Construct a block-conflicted state from the conflicting block hash and height.
Declared in <wallet/transaction.h>
explicit
TxStateBlockConflicted(
uint256 const& block_hash,
int height);
| 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. |