Skip to content

Commit

Permalink
Fix optimize destination
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Feb 19, 2024
1 parent b07da15 commit 4481b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async function optimizeMessages(nbrOfTxs, fee = 10000, attempt = 0) {
/* User payment */
while (i < nbrOfTxs - 1 && i < 10) {
payments.push([
wallet.subWallets.getAddresses()[0],
wallet.subWallets.getAddresses()[1],
2000
])

Expand Down

0 comments on commit 4481b98

Please sign in to comment.