Browse Source

Fix type in test name

update-blockstream-electrum-server-url
Lucas Soriano del Pino 3 years ago
parent
commit
05467ab2bd
No known key found for this signature in database GPG Key ID: 89CE0DB40A19D524
  1. 2
      daemon/src/payout_curve.rs

2
daemon/src/payout_curve.rs

@ -722,7 +722,7 @@ mod tests {
}
#[test]
fn verfiy_tails() {
fn verify_tails() {
let actual_payouts = calculate_payout_parameters(
Price::new(dec!(54000.00)).unwrap(),
Usd::new(dec!(3500.00)),

Loading…
Cancel
Save