mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
audit 4
This commit is contained in:
@@ -315,6 +315,11 @@ public:
|
||||
|
||||
// Invalid Flags
|
||||
env(noop(alice), sponsor::as(sponsor, (tfSponsorFee | tfSponsorReserve) + 1), ter(temINVALID_FLAG));
|
||||
|
||||
// Invalid Flags without sponsor
|
||||
auto tx = noop(alice);
|
||||
tx[sfSponsorFlags.jsonName] = tfSponsorFee | tfSponsorReserve;
|
||||
env(tx, ter(temINVALID_FLAG));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user