dump bulding

This commit is contained in:
Denis Angell
2024-03-29 18:34:47 +01:00
parent aa438663e8
commit 43fce18099
7 changed files with 162 additions and 100 deletions

View File

@@ -259,9 +259,9 @@ XRPNotCreated::finalize(
// std::cout << "fee.drops: " << feeAdded << "\n";
// std::cout << "dropsAdded: " << dropsAdded.drops() << "\n";
// std::cout << "drops: " << drops << "\n";
// std::cout << "drops=: " << drops_ << "\n";
std::cout << "drops=: " << drops_ << "\n";
// // catch any overflow or funny business
// catch any overflow or funny business
// if (drops > dropsAdded.drops())
// return false;