Skip to content

Commit

Permalink
fix(pay): update bolt11 to support millisatoshis
Browse files Browse the repository at this point in the history
Merge latest changes from the bolt11 library into our fork in order to
add support for deciding invoices that include milisat amounts.

Fix LN-Zap#1166
  • Loading branch information
mrfelton committed Dec 22, 2018
1 parent 500ed66 commit 4c726b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -303,7 +303,7 @@
"axios": "0.18.0",
"bip39-en": "1.1.1",
"bitcoinjs-lib": "4.0.2",
"bolt11": "LN-Zap/bolt11#7872de0f53a420d2b9c99c7022f7e94339d80682",
"bolt11": "LN-Zap/bolt11#7fe8d5c7b643067bb109fac3cd557e231f62f1c1",
"coininfo": "cryptocoinjs/coininfo.git#c7e003b2fc0db165b89e6f98f6d6360ad22616b2",
"connected-react-router": "5.0.1",
"copy-to-clipboard": "3.0.8",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -4110,9 +4110,9 @@ body-parser@1.18.3:
raw-body "2.3.3"
type-is "~1.6.16"

bolt11@LN-Zap/bolt11#7872de0f53a420d2b9c99c7022f7e94339d80682:
version "1.0.0"
resolved "https://codeload.github.com/LN-Zap/bolt11/tar.gz/7872de0f53a420d2b9c99c7022f7e94339d80682"
bolt11@LN-Zap/bolt11#7fe8d5c7b643067bb109fac3cd557e231f62f1c1:
version "1.2.0"
resolved "https://codeload.github.com/LN-Zap/bolt11/tar.gz/7fe8d5c7b643067bb109fac3cd557e231f62f1c1"
dependencies:
bech32 "^1.1.2"
bitcoinjs-lib "^3.3.1"
Expand Down

0 comments on commit 4c726b2

Please sign in to comment.