Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keppel committed Feb 13, 2024
1 parent 2872438 commit b1a02a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bitcoin/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ mod test {
Vec::default(),
1.0,
1.0,
0,
None,
|| app_client("http://localhost:26657"),
None,
Expand All @@ -536,6 +537,7 @@ mod test {
vec![temp_dir.path().join("xpriv-primary")],
1.0,
1.0,
0,
None,
|| app_client("http://localhost:26657"),
None,
Expand All @@ -555,6 +557,7 @@ mod test {
vec![temp_dir.path().join("xpriv-primary")],
1.0,
1.0,
0,
None,
|| app_client("http://localhost:26657"),
None,
Expand All @@ -581,6 +584,7 @@ mod test {
xpriv_paths,
1.0,
1.0,
0,
None,
|| app_client("http://localhost:26657"),
None,
Expand Down

0 comments on commit b1a02a8

Please sign in to comment.