Skip to content

Commit

Permalink
fix: dips
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Feb 5, 2025
1 parent e307bc3 commit da44d64
Show file tree
Hide file tree
Showing 10 changed files with 477 additions and 261 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/config/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ pub struct DipsConfig {
pub host: String,
pub port: String,
pub allowed_payers: Vec<Address>,
pub cancellation_time_tolerance: Option<Duration>,
}

impl Default for DipsConfig {
Expand All @@ -399,7 +398,6 @@ impl Default for DipsConfig {
host: "0.0.0.0".to_string(),
port: "7601".to_string(),
allowed_payers: vec![],
cancellation_time_tolerance: None,
}
}
}
Expand Down
Loading

0 comments on commit da44d64

Please sign in to comment.