diff options
| author | selsta <selsta@sent.at> | 2019-04-02 16:59:29 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-02 16:59:29 +0200 |
| commit | 49a3eadd61f9c1baa5719c43e47f011baa8447ef (patch) | |
| tree | 62809ad27a67042563ba06b583db69a3961a5420 | |
| parent | d4d8ff54e6c94f82de7eb012d7b310addeedcbb9 (diff) | |
| download | monzero-gui-49a3eadd61f9c1baa5719c43e47f011baa8447ef.tar.gz monzero-gui-49a3eadd61f9c1baa5719c43e47f011baa8447ef.tar.xz monzero-gui-49a3eadd61f9c1baa5719c43e47f011baa8447ef.zip | |
build: set monero submodule to master
| -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 9a25d781..d6b5f3c8 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/release-v0.13 +git -C $MONERO_DIR checkout origin/master # get monero core tag pushd $MONERO_DIR |
