cannot-replay-tx.sh
1 #!/usr/bin/env bash 2 # Runs a test to ensure an already spent input cannot be replayed 3 4 set -euo pipefail 5 export RUST_LOG="${RUST_LOG:-info}" 6 7 source scripts/_common.sh 8 build_workspace 9 add_target_dir_to_path 10 make_fm_test_marker 11 12 devimint cannot-replay-transaction