diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-05-21 12:39:34 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-21 12:39:34 -0500 |
| commit | 0355ca2747d46fab3d29dff7901bc2c38fa44b19 (patch) | |
| tree | 078d460d1986285a93a322ea4b9b327e3045718c | |
| parent | a8bd2ab77e2d88f3419ca6d68b2f1c930f8cffae (diff) | |
| parent | f38e46084244ad4ddd8fa6c9b0aa39df5de6e411 (diff) | |
| download | monzero-gui-0355ca2747d46fab3d29dff7901bc2c38fa44b19.tar.gz monzero-gui-0355ca2747d46fab3d29dff7901bc2c38fa44b19.tar.xz monzero-gui-0355ca2747d46fab3d29dff7901bc2c38fa44b19.zip | |
Merge pull request #2916
f38e460 build: set submodule to v0.16.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 82fd94d3..00ceb9a3 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.16.0.0 # get monero core tag pushd $MONERO_DIR |
