File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,3 @@ cd tests/omni_lock_rust && cargo test
2020
2121See [ RFC] ( https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0042-omnilock/0042-omnilock.md )
2222
23-
24- ## Test Vector
25-
26- ``` shell
27- # Project root directory
28- ckb-debugger --bin build/omni_lock -f test-vectors/tx_btc_P2PKH_compressed.json -i 0 -s lock
29- ```
Original file line number Diff line number Diff line change 1+
2+ These test vectors require [ ckb-debugger] ( https://github.com/nervosnetwork/ckb-standalone-debugger.git ) installed.
3+ Use shell script ` run-all.sh ` to run all scripts.
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ for file in * .json; do
4+ ckb-debugger --bin ../build/omni_lock -f $file -i 0 -s lock
5+ done
6+
You can’t perform that action at this time.
0 commit comments