Skip to content

Commit

Permalink
clean ups
Browse files Browse the repository at this point in the history
  • Loading branch information
JoE11-y authored Oct 17, 2024
1 parent c86ee18 commit ffe3b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src/tests/test_p2wpkh.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn test_p2wpkh_first_transaction() {

let prevout_script = "0x00148d7a0a3461e3891723e5fdf8129caa0075060cff";
let prevout = UTXO {
amount: 194300, // Specify amount in satoshis
amount: 194300,
pubkey_script: hex_to_bytecode(@prevout_script),
block_height: 481824
};
Expand Down

0 comments on commit ffe3b7e

Please sign in to comment.