Skip to content

Commit

Permalink
Updates doc comment return type on donateToBridge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Sep 17, 2024
1 parent 40f2ef5 commit d1c77c3
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 @@ -199,7 +199,7 @@ const ensurePeginIsRegistered = async (rskTxHelper, peginBtcTxHash, expectedUtxo
* @param {RskTransactionHelper} rskTxHelper
* @param {BtcTransactionHelper} btcTxHelper
* @param {number} amountInBtc
* @returns {string} the pegin tx hash
* @returns {Promise<string>} the pegin tx hash
*/
const donateToBridge = async (rskTxHelper, btcTxHelper, donatingBtcAddressInformation, amountInBtc) => {
const data = [];
Expand Down

0 comments on commit d1c77c3

Please sign in to comment.