mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-09 08:09:39 -04:00
add log that funding wallet is initializing
This commit is contained in:
parent
e348b2ec54
commit
ea24460836
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue