mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 09:17:53 +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);
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
#ifndef __CURRENCY__
|
||||
#define __CURRENCY__
|
||||
|
||||
// CAUTION: This is currently dead code based on the old currency scheme.
|
||||
// It will be updated to use the new STAmount code
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "uint256.h"
|
||||
|
||||
Reference in New Issue
Block a user