Skip to content

Commit

Permalink
Use forked nakamoto as dependency
Browse files Browse the repository at this point in the history
The forked dependency currently also includes the commit from this PR:
cloudhead/nakamoto#136
This is needed to avoid crashing on an assertion that seems to be fairly
common.
  • Loading branch information
cygnet3 committed Feb 21, 2024
1 parent 3ebb01f commit b92c59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["lib", "staticlib", "cdylib"]

[dependencies]
flutter_rust_bridge = "1"
nakamoto = { git = "https://github.com/cloudhead/nakamoto", branch = "master" }
nakamoto = { git = "https://github.com/cygnet3/nakamoto", branch = "master" }
silentpayments = { git = "https://github.com/cygnet3/rust-silentpayments", branch = "master" }
lazy_static = "1.4"
electrum-client = { git = "https://github.com/cygnet3/rust-electrum-client", branch = "sp_tweaks" }
Expand Down

0 comments on commit b92c59e

Please sign in to comment.