Skip to content

Commit

Permalink
Add support for fee bumping channel openings
Browse files Browse the repository at this point in the history
Co-authored-by: Hampus Sjöberg <[email protected]>
  • Loading branch information
niteshbalusu11 and hsjoberg authored Jan 21, 2024
1 parent 7335568 commit c3669f3
Show file tree
Hide file tree
Showing 10 changed files with 697 additions and 345 deletions.
1 change: 1 addition & 0 deletions ios/LndMobile/Lnd.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ open class Lnd {
"NewAddress": { bytes, cb in LndmobileNewAddress(bytes, cb) },
"SendCoins": { bytes, cb in LndmobileSendCoins(bytes, cb) },
"WalletBalance": { bytes, cb in LndmobileWalletBalance(bytes, cb) },
"WalletKitBumpFee": { bytes, cb in LndmobileWalletKitBumpFee(bytes, cb) },

// wallet
"GenSeed": { bytes, cb in LndmobileGenSeed(bytes, cb) },
Expand Down
8 changes: 8 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
},
"channel": {
"alias": "Alias",
"bumpFee": "Bump Fee",
"node": "Node",
"channelId": "Channel ID",
"channelPoint": "Channel point",
Expand Down Expand Up @@ -302,6 +303,13 @@
"forceCloseDelay": "Force closure delay",
"closeChannelPrompt": {
"title": "Close channel"
},
"bumpFeeAlerts": {
"enterFeeRate": "Enter fee rate (sats/vB)",
"missingFeeRate": "Missing Fee Rate",
"invalidFeeRate": "Invalid Fee Rate",
"bumpFeeSuccess": "Fee Bumping Successful",
"bumpFeeFailed": "Fee Bumping Failed"
}
}
},
Expand Down
Loading

1 comment on commit c3669f3

@vercel
Copy link

@vercel vercel bot commented on c3669f3 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-hsjoberg.vercel.app
blixt-wallet-git-master-hsjoberg.vercel.app

Please sign in to comment.