Skip to content

Commit

Permalink
Update CryptoNoteConfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteCodeTeam committed May 31, 2017
1 parent 42e4794 commit 9ee9818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace parameters {

const uint64_t CRYPTONOTE_MAX_BLOCK_NUMBER = 500000000;
const size_t CRYPTONOTE_MAX_BLOCK_BLOB_SIZE = 500000000;
const size_t CRYPTONOTE_MAX_TX_SIZE = 10000000000000000;
const size_t CRYPTONOTE_MAX_TX_SIZE = 1000000000;
//TODO Currency-specific address prefix
const uint64_t CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX = 0x51ff;
//TODO Choose maturity period for your currency
Expand Down

0 comments on commit 9ee9818

Please sign in to comment.