Skip to content

Commit

Permalink
Merge pull request fedimint#6477 from tvolk131/remove_unused_gw_error…
Browse files Browse the repository at this point in the history
…_type

chore: remove unused LightningRpcError variant
  • Loading branch information
elsirion authored Nov 29, 2024
2 parents 56462da + 70a5bff commit 19d2ac8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gateway/ln-gateway/src/lightning/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ pub enum LightningRpcError {
FailedToListActiveChannels { failure_reason: String },
#[error("Failed to get balances: {failure_reason}")]
FailedToGetBalances { failure_reason: String },
#[error("Failed to subscribe to invoice updates: {failure_reason}")]
FailedToSubscribeToInvoiceUpdates { failure_reason: String },
#[error("Failed to sync to chain: {failure_reason}")]
FailedToSyncToChain { failure_reason: String },
#[error("Invalid metadata: {failure_reason}")]
Expand Down

0 comments on commit 19d2ac8

Please sign in to comment.