add batch

This commit is contained in:
Denis Angell
2023-12-04 10:37:47 +01:00
parent 27f43ba9ee
commit e26d4164a9
13 changed files with 383 additions and 2 deletions

View File

@@ -241,6 +241,9 @@ XRPNotCreated::finalize(
return drops_ == drops;
}
if (tt == ttBATCH)
return true;
// The net change should never be positive, as this would mean that the
// transaction created XRP out of thin air. That's not possible.
if (drops_ > 0)