This commit is contained in:
blackjok3r
2018-11-03 00:47:19 +08:00
parent 099b691e24
commit 885f304f9c

View File

@@ -269,6 +269,7 @@ void PruneAndFlush();
bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree, bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree,
bool* pfMissingInputs, bool fRejectAbsurdFee=false); bool* pfMissingInputs, bool fRejectAbsurdFee=false);
int32_t pubkey2address(char *destaddr,uint8_t *pubkey33);
struct CNodeStateStats { struct CNodeStateStats {
int nMisbehavior; int nMisbehavior;