Add wallet method for finding spendable notes in a CTransaction
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
READWRITE(pk_enc);
|
||||
}
|
||||
|
||||
friend inline bool operator==(const PaymentAddress& a, const PaymentAddress& b) { return a.a_pk == b.a_pk && a.pk_enc == b.pk_enc; }
|
||||
friend inline bool operator<(const PaymentAddress& a, const PaymentAddress& b) { return a.a_pk < b.a_pk; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user