Warning, this is not the current design. It will be fixed to use the

new STAmount code.
This commit is contained in:
JoelKatz
2012-04-12 05:21:03 -07:00
parent f4e4ef5bc9
commit e42084d496
2 changed files with 6 additions and 0 deletions

View File

@@ -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);

View File

@@ -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"