aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsc <xmrdsc@protonmail.com>2019-02-28 18:14:52 +0100
committerdsc <xmrdsc@protonmail.com>2019-02-28 18:14:52 +0100
commit15f56e4cea055e919df1d35a5b9e6fd8dc9854aa (patch)
tree3ceba356a62ba8845ecad775b529175711c62001
parent07df0f41bf8d5f735480289854f08f9e19356d39 (diff)
downloadmonzero-gui-15f56e4cea055e919df1d35a5b9e6fd8dc9854aa.tar.gz
monzero-gui-15f56e4cea055e919df1d35a5b9e6fd8dc9854aa.tar.xz
monzero-gui-15f56e4cea055e919df1d35a5b9e6fd8dc9854aa.zip
Update get_libwallet_api.sh, set submodule to release-v0.13
-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 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