mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 16:15:50 +00:00
iterate through diffs. don't write anything
This commit is contained in:
@@ -46,8 +46,9 @@ struct AccountTransactionsData
|
||||
}
|
||||
};
|
||||
|
||||
template <class T>
|
||||
inline bool
|
||||
isOffer(std::string const& object)
|
||||
isOffer(T const& object)
|
||||
{
|
||||
short offer_bytes = (object[1] << 8) | object[2];
|
||||
return offer_bytes == 0x006f;
|
||||
|
||||
Reference in New Issue
Block a user