Skip to content

Commit

Permalink
debug: coin status
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 13, 2024
1 parent 175eb14 commit 1d3ed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/libs/nodejs/coin_status.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const updateCoins = async (clientConfig, electrumClient, db, wallet_name) => {
let coin = wallet.coins[i];

if (coin.status == CoinStatus.INITIALISED || coin.status == CoinStatus.IN_MEMPOOL || coin.status == CoinStatus.UNCONFIRMED) {

console.log("COIN STATUS ", coin.status);
let depositResult = await checkDeposit(clientConfig, electrumClient, coin, network);

if (depositResult) {
Expand Down

0 comments on commit 1d3ed9a

Please sign in to comment.