mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-25 00:50:13 -05:00
increase wallet funding on prepare
This commit is contained in:
parent
36742991ee
commit
eae9002ae4
@ -3261,7 +3261,7 @@ async function prepareForTrading(numTrades: number, ...havenods: HavenoClient[])
|
||||
}
|
||||
|
||||
// fund wallets
|
||||
const tradeAmount = BigInt("250000000000");
|
||||
const tradeAmount = BigInt("500000000000");
|
||||
const wallets: moneroTs.MoneroWallet[] = [];
|
||||
for (const havenod of havenods) wallets.push(await getWallet(havenod));
|
||||
await fundOutputs(wallets, tradeAmount * BigInt("2"), numTrades);
|
||||
|
Loading…
x
Reference in New Issue
Block a user