Skip to content

Commit

Permalink
Updating beta public key for new hash function.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Feb 13, 2015
1 parent 10fb405 commit 0c1591d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rai/cli/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int main (int argc, char * const * argv)
prv.decode_hex (vm ["expand_key"].as <std::string> ());
rai::uint256_union pub;
ed25519_publickey (prv.bytes.data (), pub.bytes.data ());
std::cout << "Public: " << pub.to_string () << std::endl << "Account: " << pub.to_base58check () << std::endl;
std::cout << "Private: " << prv.to_string () << std::endl << "Public: " << pub.to_string () << std::endl << "Account: " << pub.to_base58check () << std::endl;
}
else if (vm.count ("get_account"))
{
Expand Down
2 changes: 1 addition & 1 deletion rai/secure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace
{
std::string rai_test_private_key = "34F0A37AAD20F4A260F0A5B3CB3D7FB50673212263E58A380BC10474BB039CE4";
std::string rai_test_public_key = "FA5B51D063BADDF345EFD7EF0D3C5FB115C85B1EF4CDE89D8B7DF3EAF60A04A4"; // U8NzqpKcVn8AFrFd8YVSS6LvYHfufveHwvYhwCoGbDqth5FjVu
std::string rai_beta_public_key = "1A99D99731BC08252C8762FBB2CBB7BA3520039109FCE869C75406E722C636E3"; // TV67A7XWyLF7njTjTZC9zQ4iLftsVDRQUDmW7LieZzqZm2gMnz
std::string rai_beta_public_key = "25FEB3B0C2506F953A9CA97281954EA161A03DA04ED0E558AA978A6F08AF56FC"; // SHA57oWXA6S6BogbvVvhUZY2FQ1WAuLGYvcPTxvLncFdHtghvK
std::string rai_live_public_key = "0";
}

Expand Down

0 comments on commit 0c1591d

Please sign in to comment.