From c9e461dcb6efee56406de79826c7a3070a9e5578 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 9 Mar 2020 20:50:16 +0100 Subject: [PATCH] build: set submodule to v0.15.0.5 --- 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 4cdc95e1..1c81e9a1 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 v0.15.0.1 +git -C $MONERO_DIR checkout v0.15.0.5 # get monero core tag pushd $MONERO_DIR