diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index de7581e3f1..7ee7f81eea 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 v0.14.1.2 +git -C $MONERO_DIR checkout origin/master # get monero core tag pushd $MONERO_DIR