Skip to content

Commit

Permalink
update to jswally 0.0.14 [fixes perma url]
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Jul 12, 2018
1 parent 8d805ae commit d3e3d6c
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.13}
WEBFILES_COMMIT=${WEBFILES_COMMIT:-jswally-v0.0.14}

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.13
git checkout jswally-v0.0.14

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 d3e3d6c

Please sign in to comment.