From 258cd58c96fe4c85d5e1041d8cc154f90be2b4f2 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Mon, 15 Oct 2018 17:25:55 +0200 Subject: [PATCH] Resetting monero submodule to master --- 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 6d863d58..638164a3 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 release-v0.13 +git -C $MONERO_DIR checkout master # get monero core tag get_tag