Browse Source

drk: removed todo

aggstam 3 years ago
parent
commit
47886bc6e1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bin/drk/src/rpc_blockchain.rs

+ 0 - 1
bin/drk/src/rpc_blockchain.rs

@@ -342,7 +342,6 @@ impl Drk {
             }
 
             // Write down the slot number into back to the wallet
-            // TODO: Why doesn't it work?
             let query = format!(
                 "UPDATE {} SET {} = ?1;",
                 MONEY_INFO_TABLE, MONEY_INFO_COL_LAST_SCANNED_SLOT