mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
add batch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user