Skip to content

Commit

Permalink
Enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 26, 2024
1 parent cf0c9a6 commit 03c1cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ fn test_send_raw_transaction(cl: &Client) {
version: transaction::Version::ONE,
};

let tx = cl.fund_raw_transaction(&tx, None, Some(false)).unwrap();
let tx = cl.fund_raw_transaction(&tx, None, Some(true)).unwrap();

cl.send_raw_transaction(&tx.hex, None).unwrap_err();
}
Expand Down

0 comments on commit 03c1cc5

Please sign in to comment.