staging #169

Merged
philipp merged 83 commits from staging into main 2024-01-19 07:43:06 +01:00
Showing only changes of commit 3df6791b6b - Show all commits

View File

@ -111,7 +111,6 @@ impl Fee {
pub fn new() -> Self { pub fn new() -> Self {
Self { Self {
sum_in_cents: 0, sum_in_cents: 0,
family: false,
name: "".into(), name: "".into(),
parts: Vec::new(), parts: Vec::new(),
} }