From 15f56e4cea055e919df1d35a5b9e6fd8dc9854aa Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 28 Feb 2019 18:14:52 +0100 Subject: [PATCH] Update get_libwallet_api.sh, set submodule to release-v0.13 --- 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 d6b5f3c8..9a25d781 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 origin/release-v0.13 # get monero core tag pushd $MONERO_DIR