Skip to content

Commit

Permalink
Updates getBridgeUtxosBalance doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Sep 25, 2024
1 parent 955ad29 commit d4fe6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/2wp-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const createExpectedPeginBtcEvent = (partialExpectedEvent, rskRecipientRskAddres
/**
* Gets the Bridge state and sums the utxos amount
* @param {RskTransactionHelper} rskTxHelper to make transactions to the rsk network
* @returns {number} the sum of the utxos in the Bridge
* @returns {Promise<number>} the sum of the utxos in the Bridge
*/
const getBridgeUtxosBalance = async (rskTxHelper) => {
const bridgeState = await getBridgeState(rskTxHelper.getClient());
Expand Down

0 comments on commit d4fe6d9

Please sign in to comment.