Remove this abomination.

This commit is contained in:
JoelKatz
2012-07-11 16:29:17 -07:00
parent effcc07c92
commit 9e60cfc925

View File

@@ -1,15 +0,0 @@
#ifndef __BINARYFORMATS__
#define __BINARYFORMATS__
// ledger (note: fields after the timestamp are not part of the hash)
const int BLgSize=190;
const int BLgPIndex=0, BLgLIndex=4; // ledger index
const int BLgPTotCoins=4, BLgLTotCoins=8; // total native coins
const int BLgPPrevLg=12, BLgLPrevLg=32; // previous ledger hash
const int BLgPTxT=44, BLgLTxT=32; // transaction tree hash
const int BLgPAcT=76, BLgLPAct=32; // account state hash
const int BLgPClTs=108, BLgLClTs=8; // closing timestamp
const int BLgPNlIn=116, BLgLNlIn=2;
const int BLgPSig=118, BLgLSig=72; // signature
#endif