Skip to content

Commit

Permalink
fix default function in Datacap
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Dec 14, 2023
1 parent 7f2192a commit 6b8ebdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fplus-lib/src/core/application/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ impl Default for Datacap {
Self {
_group: DatacapGroup::LDN,
data_type: DataType::Slingshot,
total_requested_amount: "0".to_string(),
single_size_dataset: "0".to_string(),
total_requested_amount: "".to_string(),
single_size_dataset: "".to_string(),
replicas: 0,
weekly_allocation: "0".to_string(),
custom_multisig: "0".to_string(),
identifier: "0".to_string(),
weekly_allocation: "".to_string(),
custom_multisig: "".to_string(),
identifier: "".to_string(),
}
}
}
Expand Down

0 comments on commit 6b8ebdb

Please sign in to comment.