omnilaboratory / obd

OmniBOLT daemon, a golang implementation of OmniBOLT spec, the smart assets lightning network.
MIT License
213 stars 21 forks source link

closing channel reports error #67

Closed neocarmack closed 1 year ago

neocarmack commented 1 year ago

OBAndroid calls closeChannel but gets error: rpc error: code = Unknown desc = unsupported script type

close_pending {
...

eea0c6b4525f649f5ffb8020712ea06

neocarmack commented 1 year ago

fixed https://github.com/omnilaboratory/lnd/commit/deaf82005c3d439d07631ad9dbde35cbb38be257#diff-674c79ba02b6e9c45a994388392689814f3538800351b2fd43fb3ade21e1effb

neocarmack commented 1 year ago

@wxf4150