mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Temporary fix to some issues caused by transaction flattening.
Will work out details with Arthur.
This commit is contained in:
@@ -250,7 +250,7 @@ void STObject::add(Serializer& s, bool withSigningFields) const
|
||||
if (it.getSType() != STI_NOTPRESENT)
|
||||
{
|
||||
SField::ref fName = it.getFName();
|
||||
if (withSigningFields || ((fName != sfSignature) && (fName != sfSignatures)))
|
||||
if (withSigningFields || ((fName != sfTxnSignature) && (fName != sfTxnSignatures)))
|
||||
fields.insert(std::make_pair(it.getFName().fieldCode, &it));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user