Преглед на файлове

Update crates/cdk/src/wallet/reclaim.rs

Co-authored-by: lollerfirst <43107113+lollerfirst@users.noreply.github.com>
C преди 2 месеца
родител
ревизия
20e5701511
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      crates/cdk/src/wallet/reclaim.rs

+ 1 - 1
crates/cdk/src/wallet/reclaim.rs

@@ -95,7 +95,7 @@ impl Wallet {
                 Ok(r) => Ok(r),
                 Err(err) => {
                     println!(
-                        "Http operation failed with \"{}\", revering  {} proofs states to UNSPENT",
+                        "Http operation failed with \"{}\", reverting  {} proofs states to UNSPENT",
                         err,
                         inputs.len()
                     );