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 ea6377a commit 981bf40Copy full SHA for 981bf40
integration_test/tests/wallet.rs
@@ -561,7 +561,7 @@ fn wallet__send_to_address__modelled() {
561
#[test]
562
fn wallet__set_tx_fee() {
563
let node = Node::with_wallet(Wallet::Default, &[]);
564
- let fee_rate = FeeRate::from_sat_per_vb(2).expect("fee_rate");
+ let fee_rate = FeeRate::from_sat_per_vb(2).expect("2 sat/vb is valid");
565
566
let json: SetTxFee = node.client.set_tx_fee(fee_rate).expect("settxfee");
567
assert!(json.0);
0 commit comments