From 84824814783239f652de92c4b79db628477eeb7e Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 22 Jan 2017 21:13:13 +0100 Subject: [PATCH] pin submodule to monero head --- 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 9d52b911..d66c4c8f 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -15,7 +15,7 @@ BUILD_LIBWALLET=false if [ ! -d $MONERO_DIR/src ]; then git submodule init monero fi -git submodule update +git submodule update --remote # get monero core tag get_tag