Skip to content

Commit 8af80b8

Browse files
authored
Add tests for minting (#533)
1 parent ceb5cff commit 8af80b8

File tree

5 files changed

+747
-3
lines changed

5 files changed

+747
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* Use mint nostr relays from network and fall back to identity ones
88
* Add endpoints to accept, or reject an offer from a mint
99
* Add logic to check keyset info, mint and create proofs
10+
* Add logic to recover proofs if something goes wrong
11+
* Add logic to check if proofs were spent
1012

1113
# 0.3.13
1214

crates/bcr-ebill-api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub use persistence::db::SurrealDbConfig;
2020
pub use persistence::get_db_context;
2121
pub use persistence::notification::NotificationFilter;
2222

23-
#[derive(Debug, Clone)]
23+
#[derive(Debug, Clone, Default)]
2424
pub struct Config {
2525
pub bitcoin_network: String,
2626
pub esplora_base_url: String,

0 commit comments

Comments
 (0)