mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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 <cmath>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
|
// CAUTION: This is currently dead code based on the old currency scheme
|
||||||
|
// It will be updated.
|
||||||
|
|
||||||
uint160 Currency::sNatMask("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000");
|
uint160 Currency::sNatMask("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000");
|
||||||
uint160 Currency::sNatZero("FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000");
|
uint160 Currency::sNatZero("FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000");
|
||||||
uint64 Amount::sMaxCanon(1ull << 63);
|
uint64 Amount::sMaxCanon(1ull << 63);
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
#ifndef __CURRENCY__
|
#ifndef __CURRENCY__
|
||||||
#define __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 <string>
|
||||||
|
|
||||||
#include "uint256.h"
|
#include "uint256.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user