aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-08-28 10:49:07 +0000
committerxiphon <xiphon@protonmail.com>2020-08-31 23:05:34 +0000
commitdc1d0a68c83f5c8c1eb7b9eb5949bbc947e59491 (patch)
treec4e5bcc7f92d221ce5b227aa0b42b527e86496cf /get_libwallet_api.sh
parente65159163d91a4d5f5f0159c989108880e652670 (diff)
downloadmonzero-gui-dc1d0a68c83f5c8c1eb7b9eb5949bbc947e59491.tar.gz
monzero-gui-dc1d0a68c83f5c8c1eb7b9eb5949bbc947e59491.tar.xz
monzero-gui-dc1d0a68c83f5c8c1eb7b9eb5949bbc947e59491.zip
monero: update submodule to master branch HEAD
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 a8e4cb46..82fd94d3 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.16.0.3
+git -C $MONERO_DIR checkout origin/master
# get monero core tag
pushd $MONERO_DIR