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

Name

Description

block_hash

Hash of the confirmed block that conflicts with the transaction.

height

Height of the confirmed block that conflicts with the transaction.

Created with MrDocs