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
Name |
Description |
tx |
The other wallet transaction to compare against. |
Created with MrDocs