From 66d1bde2a9c2210fbb0a28b117fbd6109dc67560 Mon Sep 17 00:00:00 2001 From: Daniel Bigos Date: Mon, 10 Feb 2025 11:10:04 +0100 Subject: [PATCH] build: bump nitro-testnode --- scripts/nitro-testnode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nitro-testnode.sh b/scripts/nitro-testnode.sh index fe8e186da..218c8ef6b 100755 --- a/scripts/nitro-testnode.sh +++ b/scripts/nitro-testnode.sh @@ -51,7 +51,7 @@ then git clone --recurse-submodules https://github.com/OffchainLabs/nitro-testnode.git cd ./nitro-testnode || exit git pull origin release --recurse-submodules - git checkout af851769d52cab38bc3733dbd0a4db6120fa7864 || exit + git checkout 1a01f930340e93cd06953dd7b05f036314715aa4 || exit ./test-node.bash --no-run --init || exit fi