@ -6,7 +6,7 @@ extension Collection where Element == UIView {
var alpha: CGFloat {
set {
for each in self {
each.alpha = alpha
each.alpha = newValue
}
get {
@ -63,7 +63,7 @@ class TokenObject: Object {
AlphaWallet.Address(uncheckedAgainstNullAddress: contract)!
contract = contractAddress.eip55String
contract = newValue.eip55String