crate::ix!();/**
| The standard wallet deleter function blocks on
| the validation interface queue, which doesn't
| exist for the bitcoin-wallet. Define our own
| deleter here.
*/pubfnwallet_tool_release_wallet(wallet:&mut Wallet){todo!();/*
wallet->WalletLogPrintf("Releasing wallet\n");
wallet->Close();
delete wallet;
*/}