forked from lthn/blockchain
commented broken code
This commit is contained in:
parent
b459213d00
commit
ea7c4fc906
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue