Skip to content

Commit

Permalink
#version up
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisDemyanko committed Jun 11, 2020
1 parent 020f684 commit fc8fd5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BeamWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4204,7 +4204,7 @@
CLANG_WARN_ENUM_CONVERSION = NO;
CODE_SIGN_ENTITLEMENTS = Resources/BeamWallet.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 7;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = KNU2R94BJK;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -4286,7 +4286,7 @@
CLANG_WARN_ENUM_CONVERSION = NO;
CODE_SIGN_ENTITLEMENTS = Resources/BeamWallet.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = KNU2R94BJK;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
3 changes: 2 additions & 1 deletion BeamWallet/BeamSDK/AppModel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,8 @@ -(BOOL)isValidAddress:(NSString*_Nullable)address {
return NO;
}

return [self isAddress:address] || [self isToken:address];
//|| [self isToken:address]
return [self isAddress:address] ;
}

-(void)editBotAddress:(NSString*_Nonnull)address {
Expand Down

0 comments on commit fc8fd5e

Please sign in to comment.