Skip to content

Commit

Permalink
fix: fmt and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra-yse committed Jan 21, 2025
1 parent 9e65c38 commit 2519442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/core/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct Config {
/// Zero-conf minimum accepted fee-rate in millisatoshis per vbyte
pub zero_conf_min_fee_rate_msat: u32,
/// The url of the real-time sync service. Defaults to [BREEZ_SYNC_SERVICE_URL]
/// Setting this field to `None` will disable the serivce
/// Setting this field to `None` will disable the service
pub sync_service_url: Option<String>,
/// Maximum amount in satoshi to accept zero-conf payments with
/// Defaults to [DEFAULT_ZERO_CONF_MAX_SAT]
Expand Down
2 changes: 1 addition & 1 deletion lib/core/src/persist/sync.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::HashMap};
use std::collections::HashMap;

use anyhow::Result;
use rusqlite::{
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/lib/src/model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Config {
final int zeroConfMinFeeRateMsat;

/// The url of the real-time sync service. Defaults to [BREEZ_SYNC_SERVICE_URL]
/// Setting this field to `None` will disable the serivce
/// Setting this field to `None` will disable the service
final String? syncServiceUrl;

/// Maximum amount in satoshi to accept zero-conf payments with
Expand Down

0 comments on commit 2519442

Please sign in to comment.