Skip to content

Commit da44d64

Browse files
committed
fix: dips
1 parent e307bc3 commit da44d64

10 files changed

+477
-261
lines changed

.sqlx/query-47f848e049f3ff22e65bb53edc7ddc1646e68d6db58124b6e0d780c037f73513.json

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-b308343c49c5d528e595b51487ff58d2c66aa913707df28bf51e5a2bc18e112e.json renamed to .sqlx/query-cb01d485323ed4b697d3c0c645f5174cc42ea3884e5b54ffb5c94605637d0baa.json

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-d0258d53c19174720f2d4d9cde481e457931b65eca471efed650b10d70d2282a.json

Lines changed: 41 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/src/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ pub struct DipsConfig {
390390
pub host: String,
391391
pub port: String,
392392
pub allowed_payers: Vec<Address>,
393-
pub cancellation_time_tolerance: Option<Duration>,
394393
}
395394

396395
impl Default for DipsConfig {
@@ -399,7 +398,6 @@ impl Default for DipsConfig {
399398
host: "0.0.0.0".to_string(),
400399
port: "7601".to_string(),
401400
allowed_payers: vec![],
402-
cancellation_time_tolerance: None,
403401
}
404402
}
405403
}

0 commit comments

Comments
 (0)