Skip to content

Commit

Permalink
Removes unnecessary param'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Sep 17, 2024
1 parent c2ca414 commit ddc850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rsk-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ const findBridgeTransactionsInThisBlock = async (web3Client, blockHashOrBlockNum
// const bridgeTransactionParser = new BridgeTransactionParser(web3Client);
// return bridgeTransactionParser.getBridgeTransactionsInThisBlock(blockHashOrBlockNumber);

return bridgeTxParser.getBridgeTransactionsInThisBlock(web3Client, blockHashOrBlockNumber);
return bridgeTxParser.getBridgeTransactionsInThisBlock(blockHashOrBlockNumber);
}

/**
Expand Down

0 comments on commit ddc850b

Please sign in to comment.