mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add metadata to transaction difference logging: RIPD-775
This commit is contained in:
committed by
Vinnie Falco
parent
71d6874236
commit
bfc436dccd
@@ -183,11 +183,11 @@ public:
|
||||
|
||||
void sort (bool (*compare) (const STObject & o1, const STObject & o2));
|
||||
|
||||
bool operator== (const STArray & s)
|
||||
bool operator== (const STArray & s) const
|
||||
{
|
||||
return value == s.value;
|
||||
}
|
||||
bool operator!= (const STArray & s)
|
||||
bool operator!= (const STArray & s) const
|
||||
{
|
||||
return value != s.value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user