diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-11-03 19:13:04 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-11-03 19:13:04 -0600 |
| commit | ee68bcb6e9b0a876377d4cc7545e1dde99de601f (patch) | |
| tree | 15912fa26961e52b0cf507e5708be344f91b3ae5 | |
| parent | 025a6380828454f9ea49e9a3609b2023c919c521 (diff) | |
| parent | a4c17ac82bafbc185a6c7d3dbbb694c34d57df36 (diff) | |
| download | monzero-gui-ee68bcb6e9b0a876377d4cc7545e1dde99de601f.tar.gz monzero-gui-ee68bcb6e9b0a876377d4cc7545e1dde99de601f.tar.xz monzero-gui-ee68bcb6e9b0a876377d4cc7545e1dde99de601f.zip | |
Merge pull request #2426
a4c17ac build: set submodule to v0.15.0.0 (selsta)
| -rwxr-xr-x | get_libwallet_api.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 09b05c3b..965bba2e 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 v0.15.0.0 # get monero core tag pushd $MONERO_DIR |
