aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-11-03 23:56:27 +0100
committerselsta <selsta@sent.at>2019-11-03 23:56:27 +0100
commita4c17ac82bafbc185a6c7d3dbbb694c34d57df36 (patch)
treede6cf14ab7f29826b793e889c23087173fafdaae /get_libwallet_api.sh
parentcdad85c0ef5ca85b05808c329a92694f88b8c416 (diff)
downloadmonzero-gui-a4c17ac82bafbc185a6c7d3dbbb694c34d57df36.tar.gz
monzero-gui-a4c17ac82bafbc185a6c7d3dbbb694c34d57df36.tar.xz
monzero-gui-a4c17ac82bafbc185a6c7d3dbbb694c34d57df36.zip
build: set submodule to v0.15.0.0
Diffstat (limited to 'get_libwallet_api.sh')
-rwxr-xr-xget_libwallet_api.sh2
1 files changed, 1 insertions, 1 deletions
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