From 8d17018019b998a3dccd1b2058625e3452686e28 Mon Sep 17 00:00:00 2001 From: luigi1111 Date: Mon, 22 Jul 2019 13:40:20 -0500 Subject: [PATCH] set submodule v0.14.1.2 --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 7ee7f81e..de7581e3 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then fi git submodule update --remote git -C $MONERO_DIR fetch -git -C $MONERO_DIR checkout origin/master +git -C $MONERO_DIR checkout v0.14.1.2 # get monero core tag pushd $MONERO_DIR