We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acb117 commit 561e224Copy full SHA for 561e224
programs/cleos/main.cpp
@@ -2596,7 +2596,7 @@ int main( int argc, char** argv ) {
2596
return;
2597
}
2598
2599
- auto pk = r1 ? private_key_type::generate_r1() : private_key_type::generate();
+ auto pk = r1 ? private_key_type::generate_r1() : private_key_type::generate<fc::ecc::private_key_shim>();
2600
auto privs = pk.to_string();
2601
auto pubs = pk.get_public_key().to_string();
2602
if (print_console) {
0 commit comments