diff --git a/src/page.h b/src/page.h index 7acdf53..bf44f21 100644 --- a/src/page.h +++ b/src/page.h @@ -2118,10 +2118,6 @@ namespace xmreg { { secret_key recovery_key = tx_prv_key; - cout << "tx_prv_key: " << tx_prv_key << endl; - - //crypto::generate_keys(tx_pub_key, tx_prv_key, recovery_key); - const unsigned char * tx_prv_key_ptr = reinterpret_cast(&tx_prv_key); unsigned char * tx_pub_key_ptr = reinterpret_cast(&tx_pub_key); @@ -2133,9 +2129,6 @@ namespace xmreg { string tx_pub_key_str = pod_to_hex(tx_pub_key); - cout << "tx_prv_key: " << tx_prv_key << endl; - cout << "tx_pub_key: " << tx_pub_key_str << endl; - mylmdb->search(tx_pub_key_str, tx_search_results["tx_public_keys"], "tx_public_keys");