Mark a transaction as replaced by another transaction.

Synopsis

Declared in <wallet/wallet.h>

bool
MarkReplaced(
    Txid const& originalHash,
    Txid const& newHash);

Return Value

true if the replacement was recorded.

Parameters

Name

Description

originalHash

The txid of the replaced transaction.

newHash

The txid of the replacement transaction.

Created with MrDocs