Commit 39936c1
feat(wasm-utxo): remove unused variable in P2SH-P2PK test
Remove unused expected_pubkey variable in the singlesig wallet script tests
since it's not being used in the test assertions.
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>1 parent 7d976ac commit 39936c1
File tree
1 file changed
+1
-1
lines changed- packages/wasm-utxo/src/fixed_script_wallet/wallet_scripts
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments