Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Jan 7, 2024
1 parent 4121577 commit 44b3f9c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions BRWallet.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,6 @@ static int _BRWalletContainsTx(BRWallet *wallet, const BRTransaction *tx)
return r;
}

//static int _BRWalletTxIsSend(BRWallet *wallet, BRTransaction *tx)
//{
// int r = 0;
//
// for (size_t i = 0; ! r && i < tx->inCount; i++) {
// if (BRSetContains(wallet->allAddrs, tx->inputs[i].address)) r = 1;
// }
//
// return r;
//}

static void _BRWalletUpdateBalance(BRWallet *wallet)
{
int isInvalid, isPending;
Expand Down

0 comments on commit 44b3f9c

Please sign in to comment.