don't abort on blinded path feature bits
This commit is contained in:
parent
6aac9eeed4
commit
aba212f6ec
@ -77,6 +77,8 @@ export default async function wrapInvoice (bolt11, { msats, description, descrip
|
|||||||
case 49:
|
case 49:
|
||||||
case 149: // trampoline routing
|
case 149: // trampoline routing
|
||||||
case 151: // electrum trampoline routing
|
case 151: // electrum trampoline routing
|
||||||
|
case 262:
|
||||||
|
case 263: // blinded paths
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
throw new Error(`Unsupported feature bit: ${f.bit}`)
|
throw new Error(`Unsupported feature bit: ${f.bit}`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user