Skip to content

Commit

Permalink
update webfiles to v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Aug 30, 2018
1 parent e1f006e commit c88af32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

if [ \! -e webfiles ]; then
WEBFILES_REPO=${WEBFILES_REPO:-https://github.com/greenaddress/GreenAddressWebFiles.git}
WEBFILES_COMMIT=${WEBFILES_COMMIT:-jswally-v0.0.18}
WEBFILES_COMMIT=${WEBFILES_COMMIT:-jswally-v0.0.19}

git clone ${WEBFILES_REPO} webfiles
cd webfiles
Expand Down
2 changes: 1 addition & 1 deletion windows_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if "%BITCOIN_NETWORK%"=="mainnet" (
REM Clone and checkout specific commit of webfiles
git clone https://github.com/greenaddress/GreenAddressWebFiles.git webfiles
cd webfiles
git checkout jswally-v0.0.18
git checkout jswally-v0.0.19

REM Clone and checkout a specific commit of libwally
REM FIXME: We should use the wally repo defined in webfiles
Expand Down

0 comments on commit c88af32

Please sign in to comment.