Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed May 20, 2022
1 parent 2fda35c commit 9079836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/RO.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public function __construct( $db )
public function getTxKeyByTxId( $txid )
{
$txid = d58( $txid );
if( $txid === false )
return false;
$bucket = unpack( 'J1', $txid )[1];
$txpart = substr( $txid, 8 );

Expand Down

0 comments on commit 9079836

Please sign in to comment.