Skip to content

Commit

Permalink
f Move Network down
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Feb 2, 2024
1 parent ef51d05 commit 44f7b6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bindings/ldk_node.udl
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,6 @@ dictionary LSPFeeLimits {
u64? max_total_opening_fee_msat;
};

enum Network {
"Bitcoin",
"Testnet",
"Signet",
"Regtest",
};

dictionary PaymentDetails {
PaymentHash hash;
PaymentPreimage? preimage;
Expand All @@ -192,6 +185,13 @@ dictionary PaymentDetails {
LSPFeeLimits? lsp_fee_limits;
};

enum Network {
"Bitcoin",
"Testnet",
"Signet",
"Regtest",
};

dictionary OutPoint {
Txid txid;
u32 vout;
Expand Down

0 comments on commit 44f7b6d

Please sign in to comment.