mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge branch 'master' of github.com:bitcoin/bitcoin
This commit is contained in:
commit
2998083005
@ -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)
|
||||
{
|
||||
|
@ -106,7 +106,7 @@ static const uint64 nMinDiskSpace = 52428800;
|
||||
class CReserveKey;
|
||||
class CCoinsDB;
|
||||
class CBlockTreeDB;
|
||||
class CDiskBlockPos;
|
||||
struct CDiskBlockPos;
|
||||
class CCoins;
|
||||
class CTxUndo;
|
||||
class CCoinsView;
|
||||
|
Loading…
Reference in New Issue
Block a user