Use new hash prefixes.

This commit is contained in:
JoelKatz
2012-06-25 09:11:47 -07:00
parent c1003de4e8
commit 0f80dff088
2 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ struct TransactionFormat
SOElement elements[16];
};
const int32 TransactionMagic = 0x54584E00; // 'TXN'
const int TransactionISigningPubKey = 0;
const int TransactionISourceID = 1;
const int TransactionISequence = 2;