wallet::TxStateBlockConflicted::TxStateBlockConflicted

Construct a block-conflicted state from the conflicting block hash and height.

Synopsis

Declared in <wallet/transaction.h>

explicit
TxStateBlockConflicted(
    uint256 const& block_hash,
    int height);

Parameters

NameDescription
block_hashHash of the confirmed block that conflicts with the transaction.
heightHeight of the confirmed block that conflicts with the transaction.