mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-13 00:09:52 -05:00
add log that funding wallet is initializing
This commit is contained in:
parent
e348b2ec54
commit
ea24460836
@ -502,6 +502,7 @@ beforeAll(async () => {
|
||||
HavenoUtils.setLogLevel(TestConfig.logLevel);
|
||||
|
||||
// initialize funding wallet
|
||||
HavenoUtils.log(0, "Initializing funding wallet");
|
||||
await initFundingWallet();
|
||||
HavenoUtils.log(0, "Funding wallet balance: " + await fundingWallet.getBalance());
|
||||
HavenoUtils.log(0, "Funding wallet unlocked balance: " + await fundingWallet.getUnlockedBalance());
|
||||
|
Loading…
Reference in New Issue
Block a user