From 3f06560c5196b91552c82c884c703fa841241f98 Mon Sep 17 00:00:00 2001 From: luigi1111 Date: Tue, 6 Aug 2019 15:00:43 -0500 Subject: [PATCH] Revert "set submodule v0.14.1.2" This reverts commit 8d17018019b998a3dccd1b2058625e3452686e28. --- 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 de7581e3..7ee7f81e 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 v0.14.1.2 +git -C $MONERO_DIR checkout origin/master # get monero core tag pushd $MONERO_DIR