mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Fix two clang3.3 warnings
This commit is contained in:
@@ -93,15 +93,6 @@ void UnregisterWallet(CWallet* pwalletIn)
|
||||
}
|
||||
}
|
||||
|
||||
// check whether the passed transaction is from us
|
||||
bool static IsFromMe(CTransaction& tx)
|
||||
{
|
||||
BOOST_FOREACH(CWallet* pwallet, setpwalletRegistered)
|
||||
if (pwallet->IsFromMe(tx))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
// get the wallet transaction with the given hash (if it exists)
|
||||
bool static GetTransaction(const uint256& hashTx, CWalletTx& wtx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user