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

Commit 427196e

Browse files
committed
Remove requested field in OrderState
1 parent 1878fe3 commit 427196e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lsps1/msgs.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ pub struct CreateOrderResponse {
121121
/// An object representing the state of an order.
122122
#[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
123123
pub enum OrderState {
124-
/// TODO: this is superfluous and should likely be removed.
125-
Requested,
126124
/// The order has been created.
127125
Created,
128126
/// The LSP has opened the channel and published the funding transaction.

0 commit comments

Comments
 (0)