Skip to content

Commit

Permalink
bitcoinui main brings support for bip21 in qrcodeview
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Aug 24, 2024
1 parent 46fcf58 commit c3dedd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LDKNodeMonday.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/reez/BitcoinUI.git";
requirement = {
branch = 1.0.6;
branch = main;
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "2d457a0d145c5ec561d10ae3f13d805b262d5bfda9ebf0868311848416a25b6e",
"originHash" : "205ed5286a50854d994301c2ba51d3a38173557dcfa21e1c3da1ccccb0730a15",
"pins" : [
{
"identity" : "bitcoinui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/reez/BitcoinUI.git",
"state" : {
"branch" : "1.0.6",
"revision" : "2f4f1a49a869ebd19c08718ade319ffdf59e6da1"
"branch" : "main",
"revision" : "22ea27e2495aac9035c39a1b09165a802d90bdde"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LDKNodeMonday/View/Home/Receive/BIP21View.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct BIP21View: View {

} else {

// QRCodeView(qrCodeType: .lightning(viewModel.invoice))
QRCodeView(qrCodeType: .bip21(viewModel.unified))

VStack {

Expand Down

0 comments on commit c3dedd8

Please sign in to comment.