You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After eg 'node dunes.js batchMintDune 100000000 23
' (which does not cause too-long-mempool-chain), if you run it again, it uses the same large funding utxo (at least it does if you delete the 1.5 doge thing (#3)). So it gets stuck for a while with too-long-mempool-chain. So at the end of batchMintDune it should move the 1st utxo in .wallet.json to the end of the file.
The text was updated successfully, but these errors were encountered:
After eg 'node dunes.js batchMintDune 100000000 23
' (which does not cause too-long-mempool-chain), if you run it again, it uses the same large funding utxo (at least it does if you delete the 1.5 doge thing (#3)). So it gets stuck for a while with too-long-mempool-chain. So at the end of batchMintDune it should move the 1st utxo in .wallet.json to the end of the file.The text was updated successfully, but these errors were encountered: