aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget_libwallet_api.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 4f1e3992..d93ebbc6 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -16,8 +16,8 @@ if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
git submodule update --remote
-git -C $MONERO_DIR fetch
-git -C $MONERO_DIR checkout release-v0.11.0.0
+# git -C $MONERO_DIR fetch
+# git -C $MONERO_DIR checkout release-v0.11.0.0
# get monero core tag
get_tag