xmr-btc-swap/swap
Philipp Hoenisch 330269a1e9
Update assert_weight test to account for a range up to 8 bytes.
Weights fluctuate because of the length of the signatures. Valid ecdsa signatures can have 68, 69, 70, 71, or 72 bytes. Since most of our transactions have 2 signatures the weight can be up to 8 bytes less than the static weight (4 bytes per signature).
2021-05-11 10:50:24 +10:00
..
src Update assert_weight test to account for a range up to 8 bytes. 2021-05-11 10:50:24 +10:00
tests Move recovery commands in dedicated module 2021-05-07 16:21:02 +10:00
Cargo.toml Use rust_decimal in estimate_fee function. 2021-05-10 10:53:43 +10:00