Mark a transaction as replaced by another transaction.
Declared in <wallet/wallet.h>
bool
MarkReplaced(
Txid const& originalHash,
Txid const& newHash);
true if the replacement was recorded.
| Name | Description |
|---|---|
| originalHash | The txid of the replaced transaction. |
| newHash | The txid of the replacement transaction. |