From f38e46084244ad4ddd8fa6c9b0aa39df5de6e411 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 18 May 2020 01:39:52 +0200 Subject: [PATCH] build: set submodule to v0.16.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 82fd94d3..00ceb9a3 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.16.0.0 # get monero core tag pushd $MONERO_DIR