mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 11:16:36 +00:00
Merge branch 'staging' into ui-fixes
This commit is contained in:
commit
475a32faff
2 changed files with 2 additions and 2 deletions
|
@ -1069,7 +1069,7 @@ class EthereumWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
|||
bool isIncoming;
|
||||
bool txFailed = false;
|
||||
if (checksumEthereumAddress(element.from) == thisAddress) {
|
||||
if (element.isError != 0) {
|
||||
if (element.isError) {
|
||||
txFailed = true;
|
||||
}
|
||||
isIncoming = false;
|
||||
|
|
|
@ -11,7 +11,7 @@ description: Stack Wallet
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.8.0+191
|
||||
version: 1.8.1+192
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.2 <4.0.0"
|
||||
|
|
Loading…
Reference in a new issue