From 2bc86d1d9fdc2014fffb4e1fb4902999cc83215d Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 27 Aug 2017 22:21:43 +0200 Subject: [PATCH] monero submodule: use release-v0.11.0.0 branch --- get_libwallet_api.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 7203838a..4f1e3992 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 --tags -# git -C $MONERO_DIR checkout v0.10.3.1 +git -C $MONERO_DIR fetch +git -C $MONERO_DIR checkout release-v0.11.0.0 # get monero core tag get_tag