mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Warning, this is not the current design. It will be fixed to use the
new STAmount code.
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include <cmath>
|
||||
#include <stdexcept>
|
||||
|
||||
// CAUTION: This is currently dead code based on the old currency scheme
|
||||
// It will be updated.
|
||||
|
||||
uint160 Currency::sNatMask("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000");
|
||||
uint160 Currency::sNatZero("FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000");
|
||||
uint64 Amount::sMaxCanon(1ull << 63);
|
||||
|
||||
Reference in New Issue
Block a user