wallet::CWalletTx::IsEquivalentTo

True if only scriptSigs are different

Synopsis

Declared in <wallet/transaction.h>

bool
IsEquivalentTo(CWalletTx const& tx) const;

Return Value

True if the transactions differ only in their scriptSigs.

Parameters

NameDescription
txThe other wallet transaction to compare against.