From 70c1550fe4813c9553328c13164aa16c2774195a Mon Sep 17 00:00:00 2001 From: Mario Sarcevic Date: Fri, 26 Jan 2024 16:24:11 +0100 Subject: [PATCH] chore: Bumo SDK to latest commit --- setup_nova.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_nova.sh b/setup_nova.sh index dd0a7ca12..db350dfb2 100755 --- a/setup_nova.sh +++ b/setup_nova.sh @@ -1,6 +1,6 @@ #!/bin/bash SDK_DIR="iota-sdk" -TARGET_COMMIT="1866c6e9ba1c96ee1d9a800d8d3c769a18069d34" +TARGET_COMMIT="e8713d3b7d6b1f54055916b1a8f226b6cc2ce4c7" if [ ! -d "$SDK_DIR" ]; then git clone -b 2.0 git@github.com:iotaledger/iota-sdk.git