Skip to content

Commit

Permalink
Allow sender to handle well known errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Dec 14, 2023
1 parent fd10598 commit e3d14e1
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 35 deletions.
31 changes: 16 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion payjoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ bhttp = { version = "0.4.0", optional = true }
rand = { version = "0.8.4", optional = true }
serde = { version = "1.0.186", default-features = false, optional = true }
url = "2.2.2"
serde_json = "1.0.108"

[dev-dependencies]
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
Expand All @@ -41,4 +42,4 @@ tokio = { version = "1.12.0", features = ["full"] }
ureq = "2.8.0"

[package.metadata.docs.rs]
features = ["send", "receive", "base64"]
features = ["send", "receive", "base64"]
Loading

0 comments on commit e3d14e1

Please sign in to comment.