Browse Source

drk: Remove subscription TODO that has been fixed.

parazyd 3 năm trước cách đây
mục cha
commit
a5607c0dc6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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?;
                 }