Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 654fb78

Browse files
committed
Minor formatting fixes
1 parent d6731e1 commit 654fb78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/protocol/include/steemit/protocol

libraries/protocol/include/steemit/protocol/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

0 commit comments

Comments
 (0)