lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

LSPS1: Use suitable types for `Address`es and `Bolt11Invoice`s #113

Closed tnull closed 8 months ago

tnull commented 8 months ago

Fixes #64

We now use bitcoin::Address and Bolt11Invoice types in LSPS1 instead of Strings.