Skip to content

Commit

Permalink
Merge pull request #502 from dashpay/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pankcuf authored Jul 12, 2023
2 parents 0a98b4c + 1b58a45 commit fddde3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DashSync/shared/Models/Managers/Chain Managers/DSKeyManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ + (NSString *)keyStoragePrefix:(KeyKind)keyType {
switch (keyType) {
case KeyKind_ECDSA: return @"";
case KeyKind_BLS: return @"_BLS_";
case KeyKind_BLSBasic: return @"_BLS_";
case KeyKind_ED25519: return @"_ED_";
case KeyKind_BLSBasic: return @"_BLS_B_";
case KeyKind_ED25519: return @"_ED25519_";
}
}

Expand Down

0 comments on commit fddde3c

Please sign in to comment.