소스 검색

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()
                     );