Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

LSPS1: Drop GetOrderResponse, just use CreateOrderResponse #112

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

tnull
Copy link
Collaborator

@tnull tnull commented Feb 25, 2024

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.

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`.
@tnull tnull merged commit cbbe9fe into lightningdevkit:main Feb 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LSPS1: Potentially superfluous GetOrderResponse
2 participants