Skip to content

Commit

Permalink
Remove erroneous assert
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Feb 18, 2025
1 parent 080e535 commit 4242856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,6 @@ impl Wallet {

tx.commit()?;

assert!(path.exists());

Ok(database)
}

Expand Down

0 comments on commit 4242856

Please sign in to comment.