mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix Disallow XRP.
This commit is contained in:
@@ -76,9 +76,6 @@ TER AccountSetTransactor::doApply()
|
||||
uFlagsOut &= ~lsfRequireDestTag;
|
||||
}
|
||||
|
||||
if (uFlagsIn != uFlagsOut)
|
||||
mTxnAccount->setFieldU32(sfFlags, uFlagsOut);
|
||||
|
||||
//
|
||||
// DisallowXRP
|
||||
//
|
||||
@@ -226,6 +223,9 @@ TER AccountSetTransactor::doApply()
|
||||
}
|
||||
}
|
||||
|
||||
if (uFlagsIn != uFlagsOut)
|
||||
mTxnAccount->setFieldU32(sfFlags, uFlagsOut);
|
||||
|
||||
cLog(lsINFO) << "AccountSet<";
|
||||
|
||||
return tesSUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user