Merge pull request #1199

d5e3835 get_libwallet_api.sh: init/update monero submodules
This commit is contained in:
luigi1111 2018-03-28 13:48:51 -05:00
commit bf8b8f4512
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -24,6 +24,9 @@ get_tag
# create local monero branch
git -C $MONERO_DIR checkout -B $VERSIONTAG
git -C $MONERO_DIR submodule init
git -C $MONERO_DIR submodule update
# Merge monero PR dependencies
# Workaround for git username requirements