1
0
Fork 0
forked from lthn/blockchain

commented broken code

This commit is contained in:
cryptozoidberg 2020-02-27 02:12:42 +01:00
parent b459213d00
commit ea7c4fc906
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -216,17 +216,18 @@ namespace plain_wallet
if (method_name == "close_wallet")
{
uint64_t wal_id = 0;
epee::string_tools:get_xnum_from_hex_string<uint64_t>(params, wal_id);
if()
//epee::string_tools:get_xnum_from_hex_string<uint64_t>(params, wal_id);
//if()
async_callback = []()
{return
{
//return
};
}
else if (method_name == "open")
{
view::open_wallet_request
//view::open_wallet_request
}