Przeglądaj źródła

drk: Remove subscription TODO that has been fixed.

parazyd 3 lat temu
rodzic
commit
a5607c0dc6
1 zmienionych plików z 0 dodań i 1 usunięć
  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?;
                 }