From 49a3eadd61f9c1baa5719c43e47f011baa8447ef Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 2 Apr 2019 16:59:29 +0200 Subject: [PATCH] build: set 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 9a25d781..d6b5f3c8 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/release-v0.13 +git -C $MONERO_DIR checkout origin/master # get monero core tag pushd $MONERO_DIR