Skip to content

Commit

Permalink
Updates disableWhitelisting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Nov 3, 2023
1 parent c6b4de9 commit 6ea9e4c
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 @@ -245,8 +245,8 @@ const donateToBridge = async (rskTxHelper, btcTxHelper, donatingBtcAddressInform
* Disable the whitelisting in the bridge and mine the required blocks specified in the blockDelay parameter if mineDelayBlocks is true
* @param {RskTransactionHelper} rskTxHelper
* @param {BtcTransactionHelper} btcTxHelper
* @param {number} blockDelay default 1
* @param {boolean} mineDelayBlocks default true
* @param {number} blockDelay default 1
* @returns {Promise<void>}
*/
const disableWhitelisting = async (rskTxHelper, btcTxHelper, mineDelayBlocks = true, blockDelay = 1) => {
Expand Down

0 comments on commit 6ea9e4c

Please sign in to comment.