Skip to content

Commit d32f2c6

Browse files
author
Daisuke Kanda
committed
fix env variable name change
Signed-off-by: Daisuke Kanda <[email protected]>
1 parent 1cf8491 commit d32f2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cases/tm2eth/scripts/test-service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RLY_BIN=${SCRIPT_DIR}/../../../../build/yrly
1616
RLY="${RLY_BIN} --debug"
1717

1818
if [ "USE_FAKELOST-$USE_FAKELOST" = "USE_FAKELOST-yes" ]; then
19-
export DEBUG_RELAYER_MISSING_TRIE_NODE_HEIGHT_ibc1="10"
20-
export DEBUG_RELAYER_MISSING_TRIE_NODE_HEIGHT_PROVER_ibc1="10"
19+
export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_CHAIN_ibc1="10"
20+
export DEBUG_RELAYER_PRUNE_AFTER_BLOCKS_PROVER_ibc1="10"
2121
export DEBUG_RELAYER_SHFU_WAIT_ibc0="20"
2222
fi
2323

0 commit comments

Comments
 (0)