Browse Source

=0

z_createrawtransaction
jl777 5 years ago
parent
commit
082aec73ff
  1. 2
      src/main.h

2
src/main.h

@ -707,7 +707,7 @@ bool ContextualCheckInputs(const CTransaction& tx, CValidationState &state, cons
/** Check a transaction contextually against a set of consensus rules */
bool ContextualCheckTransaction(const CBlock *block, CBlockIndex * const pindexPrev,const CTransaction& tx, CValidationState &state, int nHeight, int dosLevel,
bool (*isInitBlockDownload)() = IsInitialBlockDownload,int32_t validateprices);
bool (*isInitBlockDownload)() = IsInitialBlockDownload,int32_t validateprices=0);
/** Apply the effects of this transaction on the UTXO set represented by view */
void UpdateCoins(const CTransaction& tx, CCoinsViewCache& inputs, int nHeight);

Loading…
Cancel
Save