Skip to content

Commit

Permalink
Merge pull request #237 from will-bitlight/testnet4
Browse files Browse the repository at this point in the history
Support Testnet4 Network
  • Loading branch information
dr-orlovsky authored Jul 15, 2024
2 parents a3139d2 + ed6ab21 commit 48bb105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ features = ["all"]

[patch.crates-io]
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std.git", branch = "master"}
1 change: 1 addition & 0 deletions invoice/src/invoice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ impl<T> XChainNet<T> {
match network {
Network::Mainnet => Self::BitcoinMainnet(data),
Network::Testnet3 => Self::BitcoinTestnet(data),
Network::Testnet4 => Self::BitcoinTestnet(data),
Network::Signet => Self::BitcoinSignet(data),
Network::Regtest => Self::BitcoinRegtest(data),
}
Expand Down

0 comments on commit 48bb105

Please sign in to comment.