We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881e5fd commit 16ee5fdCopy full SHA for 16ee5fd
stacks-node/src/burnchains/rpc/bitcoin_rpc_client/tests.rs
@@ -1016,7 +1016,7 @@ pub fn test_convert_btc_to_sat() {
1016
pub fn test_convert_sat_to_btc() {
1017
use convert_sat_to_btc_string as to_btc;
1018
1019
- assert_eq!("1.00000000", to_btc(100_000_000), "SAT 1_000_000_000 ok!");
+ assert_eq!("1.00000000", to_btc(100_000_000), "SAT 100_000_000 ok!");
1020
assert_eq!("0.50000000", to_btc(50_000_000), "SAT 50_000_000 ok!");
1021
assert_eq!("0.00000001", to_btc(1), "SAT 1 ok!");
1022
}
0 commit comments