aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-03-31 05:21:47 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-03-31 05:21:47 -0500
commit47dc499413824290e1bf1a3aefedc21f028933da (patch)
treefc7116de4c1a3ac3e2b0bf8dc6e37fce4b3492aa
parenta7594d64a23808d2194ae87fe9b061c2e3a9309d (diff)
parent4cfa813cd5d0dfd9d932efb3bcf8e0b435275b32 (diff)
downloadmonzero-gui-47dc499413824290e1bf1a3aefedc21f028933da.tar.gz
monzero-gui-47dc499413824290e1bf1a3aefedc21f028933da.tar.xz
monzero-gui-47dc499413824290e1bf1a3aefedc21f028933da.zip
Merge pull request #1226
4cfa813 Monero submodule: use release-v0.12 branch
-rwxr-xr-xget_libwallet_api.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index f2fa02c3..37914e6d 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -16,8 +16,8 @@ if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
git submodule update --remote
-# git -C $MONERO_DIR fetch
-# git -C $MONERO_DIR checkout release-v0.11.0.0
+git -C $MONERO_DIR fetch
+git -C $MONERO_DIR checkout release-v0.12
# get monero core tag
get_tag