This repository was archived by the owner on Oct 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
libraries/protocol/include/steemit/protocol Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313#define STEEMIT_ADDRESS_PREFIX " TST"
1414
1515#define STEEMIT_INIT_PRIVATE_KEY (fc::ecc::private_key::regenerate(fc::sha256::hash(BLOCKCHAIN_NAME )))
16- #define STEEMIT_INIT_PUBLIC_KEY_STR (std::string( steemit::protocol::public_key_type(STEEMIT_INIT_PRIVATE_KEY .get_public_key()) ))
16+ #define STEEMIT_INIT_PUBLIC_KEY_STR (std::string(steemit::protocol::public_key_type(STEEMIT_INIT_PRIVATE_KEY .get_public_key())))
1717#define STEEMIT_CHAIN_ID (fc::sha256::hash(BLOCKCHAIN_NAME ))
1818
1919#define VESTS_SYMBOL (uint64_t (6 ) | (uint64_t (' V' ) << 8 ) | (uint64_t (' E' ) << 16 ) | (uint64_t (' S' ) << 24 ) | (uint64_t (' T' ) << 32 ) | (uint64_t (' S' ) << 40 )) // /< VESTS with 6 digits of precision
You can’t perform that action at this time.
0 commit comments