diff options
| author | selsta <selsta@sent.at> | 2019-11-03 23:56:27 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-11-03 23:56:27 +0100 |
| commit | a4c17ac82bafbc185a6c7d3dbbb694c34d57df36 (patch) | |
| tree | de6cf14ab7f29826b793e889c23087173fafdaae | |
| parent | cdad85c0ef5ca85b05808c329a92694f88b8c416 (diff) | |
| download | monzero-gui-a4c17ac82bafbc185a6c7d3dbbb694c34d57df36.tar.gz monzero-gui-a4c17ac82bafbc185a6c7d3dbbb694c34d57df36.tar.xz monzero-gui-a4c17ac82bafbc185a6c7d3dbbb694c34d57df36.zip | |
build: set submodule to v0.15.0.0
| -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 |
