Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
smartgoo committed Oct 27, 2024
1 parent cf05147 commit 61bbff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wallet/core/src/python/tx/mass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ pub fn calculate_unsigned_transaction_fee(network_id: &str, tx: &Transaction, mi
} else {
Ok(Some(mc.calc_fee_for_mass(mass)))
}
}
}
2 changes: 1 addition & 1 deletion wallet/core/src/python/tx/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ pub fn estimate_transactions_py<'a>(

generator.iter().collect::<Result<Vec<_>>>()?;
Ok(generator.summary())
}
}

0 comments on commit 61bbff9

Please sign in to comment.