Explorar o código

drk: Remove subscription TODO that has been fixed.

parazyd %!s(int64=3) %!d(string=hai) anos
pai
achega
a5607c0dc6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      bin/drk/src/rpc_blockchain.rs

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

@@ -105,7 +105,6 @@ impl Drk {
                     eprintln!("Block header:\n{:#?}", block_data.header);
                     eprintln!("=======================================");
 
-                    // TODO: FIXME: Disallow this if last_scanned_slot is not this-1 or something
                     eprintln!("Deserialized successfully. Scanning block...");
                     self.scan_block(&block_data).await?;
                 }