update todo.md

This commit is contained in:
ghassmo
2021-09-12 02:13:06 +03:00
parent f765c60558
commit 2eba4b6758
3 changed files with 4 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ impl CashierService {
match res.payload {
bridge::BridgeResponsePayload::SendResponse => {
// then delete this coin addr from withdraw_keys records
// TODO Send the received coins to the main address
wallet.delete_withdraw_key_record(&addr, &serialize(&1) )
.expect("Delete withdraw key record");
}

View File

@@ -135,6 +135,8 @@ impl SolClient {
// XXX casting f64 to u64
let received_balance = lamports_to_sol(received_balance) as u64;
// TODO Send the received coins to the main address
self.notify_channel
.0
.send((