From bf785bb3885272fb3c1b311a5f82077c67306c64 Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 14 Jun 2019 16:15:36 +0200 Subject: [PATCH] build: checkout v0.14.1.0 tag --- 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 7ee7f81e..db112697 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.14.1.0 # get monero core tag pushd $MONERO_DIR