Merge branch 'master' into feature/copy-log

pull/419/head
slowbackspace 5 years ago
commit 22c963bc2f

@ -1,6 +1,7 @@
public
build
coverage
cache/**
node_modules
src/flowtype/npm
scripts/solidity/.*

@ -0,0 +1,8 @@
public
build
coverage
cache/**
node_modules
src/flowtype/npm
scripts/solidity/.*
**/_old/*

@ -1,3 +1,5 @@
![Alt text](src/images/wallet-rocks.png?raw=true "Trezor Wallet rocks")
# Trezor Wallet
You can try this wallet live [HERE](https://beta-wallet.trezor.io/next/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 KiB

@ -197,6 +197,7 @@ class SignVerify extends Component<Props> {
<FormattedMessage {...l10nCommonMessages.TR_CLEAR} />
</StyledButton>
<StyledButton
isDisabled={verifyAddressError}
onClick={() => {
if (errors.length <= 0) {
signVerifyActions.verify(

Loading…
Cancel
Save