8 lines
439 B
Text
8 lines
439 B
Text
|
|
-------------genesis_acc.cpp-------------
|
||
|
|
const std::string ggenesis_tx_pub_key_str = "503ec7c167e3f2ead7d801bcbcebb3c58a84a2ba26a21ecb1f5c105fa159932b";
|
||
|
|
const crypto::public_key ggenesis_tx_pub_key = epee::string_tools::parse_tpod_from_hex_string<crypto::public_key>(ggenesis_tx_pub_key_str);
|
||
|
|
extern const genesis_tx_dictionary_entry ggenesis_dict[1];
|
||
|
|
const genesis_tx_dictionary_entry ggenesis_dict[1] = {
|
||
|
|
{12778448838847345770ULL,0}
|
||
|
|
};
|