فهرست منبع

drk/rpc: removed duplicate log message

skoupidi 1 سال پیش
والد
کامیت
9cf112f1e0
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      bin/drk/src/rpc.rs

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

@@ -395,7 +395,6 @@ impl Drk {
 
             while height <= last_height {
                 let mut buf = vec![format!("Requesting block {height}...")];
-                buf.push(format!("Requesting block {height}..."));
                 let block = match self.get_block_by_height(height).await {
                     Ok(b) => b,
                     Err(e) => {