lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

LSPS1: Drop `GetOrderResponse`, just use `CreateOrderResponse` #112

Closed tnull closed 6 months ago

tnull commented 6 months ago

Fixes #66

The object returned as a response to a GetOrderRequest is the same as for CreateOrder. We therefore shouldn't require two objects with different serializations here. We can just drop GetOrderResponse and use CreateOrderResponse.