final #168

Merged
philipp merged 4 commits from final into staging 2024-01-19 01:00:08 +01:00
Showing only changes of commit 3df6791b6b - Show all commits

View File

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