aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-10-15 17:25:55 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-10-15 17:25:55 +0200
commit258cd58c96fe4c85d5e1041d8cc154f90be2b4f2 (patch)
tree8c6fe806354fb00a64f3351f56034cae759ad3fe /get_libwallet_api.sh
parent7adeb694c17511ffcb1d3d0c0038f5f8b8684a5f (diff)
downloadmonzero-gui-258cd58c96fe4c85d5e1041d8cc154f90be2b4f2.tar.gz
monzero-gui-258cd58c96fe4c85d5e1041d8cc154f90be2b4f2.tar.xz
monzero-gui-258cd58c96fe4c85d5e1041d8cc154f90be2b4f2.zip
Resetting monero submodule to master
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 6d863d58..638164a3 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 release-v0.13
+git -C $MONERO_DIR checkout master
# get monero core tag
get_tag