HomePhabricator

Implement CTransaction::IsEquivalentTo(...)
b2b361926215Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Implement CTransaction::IsEquivalentTo(...)

Define CTransaction::IsEquivalentTo(const CTransaction& tx)

True if only scriptSigs are different. In other words, true if
the two transactions are malleability clones. In other words,
true if the two transactions have the same effect on the
outside universe.

In the wallet, only SyncMetaData for equivalent transactions.

Details

Provenance
dgenr8Authored on Mar 11 2015, 23:48
deadalnixPushed on May 14 2017, 22:04
Parents
rABCc8a13501196f: Merge pull request #5991
Branches
Unknown
Tags
Unknown

Event Timeline

Tom Harding <tomh@thinlink.com> committed rABCb2b361926215: Implement CTransaction::IsEquivalentTo(...) (authored by Tom Harding <tomh@thinlink.com>).Apr 12 2015, 02:03