Skip to content

Commit

Permalink
fix weird tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Mar 15, 2024
1 parent 2fc44fc commit 1812195
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bolt11.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const TESTNETWORK = {
validWitnessVersions: [0]
}
const SIGNETNETWORK = {
bech32: 'tbs',
pubKeyHash: 0x6f,
scriptHash: 0xc4,
validWitnessVersions: [0]
bech32: 'tbs',
pubKeyHash: 0x6f,
scriptHash: 0xc4,
validWitnessVersions: [0]
}
const REGTESTNETWORK = {
bech32: 'bcrt',
Expand Down Expand Up @@ -259,8 +259,8 @@ function decode(paymentRequest, network) {
coinNetwork = TESTNETWORK
break
case SIGNETNETWORK.bech32:
coinNetwork = SIGNETNETWORK;
break
coinNetwork = SIGNETNETWORK
break
case REGTESTNETWORK.bech32:
coinNetwork = REGTESTNETWORK
break
Expand Down

0 comments on commit 1812195

Please sign in to comment.