Skip to content

Commit

Permalink
Fix bitcoin test
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Aug 31, 2023
1 parent ec07c61 commit fd15983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async fn withdraw_bitcoin(
async fn get_signatory_script() -> Result<Script> {
Ok(app_client()
.query(|app: InnerApp| {
let tx = app.bitcoin.checkpoints.emergency_disbursal_txs()?;
let tx = app.bitcoin.checkpoints.emergency_disbursal_txs(1_000)?;
Ok(tx[0].output[1].script_pubkey.clone())
})
.await?)
Expand Down

0 comments on commit fd15983

Please sign in to comment.