Skip to content

Commit

Permalink
fix lint/test from PR (ordinals#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
elocremarc committed Sep 5, 2023
1 parent 5382ab6 commit 914ea28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/subcommand/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2574,8 +2574,7 @@ mod tests {
server.mine_blocks(1);

let txid = server.bitcoin_rpc_server.broadcast_tx(TransactionTemplate {
inputs: &[(1, 0, 0)],
witness: inscription("text/markdown", "hello").to_witness(),
inputs: &[(1, 0, 0, inscription("text/markdown", "hello").to_witness())],
..Default::default()
});
let inscription_id = InscriptionId { txid, index: 0 };
Expand Down

0 comments on commit 914ea28

Please sign in to comment.