don't abort on blinded path feature bits

This commit is contained in:
k00b 2024-10-17 14:23:03 -05:00
parent 6aac9eeed4
commit aba212f6ec
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ export default async function wrapInvoice (bolt11, { msats, description, descrip
case 49:
case 149: // trampoline routing
case 151: // electrum trampoline routing
case 262:
case 263: // blinded paths
break
default:
throw new Error(`Unsupported feature bit: ${f.bit}`)