From a4c17ac82bafbc185a6c7d3dbbb694c34d57df36 Mon Sep 17 00:00:00 2001 From: selsta Date: Sun, 3 Nov 2019 23:56:27 +0100 Subject: [PATCH] build: set submodule to v0.15.0.0 --- 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 09b05c3b..965bba2e 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/master +git -C $MONERO_DIR checkout v0.15.0.0 # get monero core tag pushd $MONERO_DIR