Electric-Coin-Company / zcash-swift-wallet-sdk

iOS light client Framework proof-of-concept
MIT License
37 stars 34 forks source link

BundleCheckpointSource.swift - error for "missing expression in assignment " #1381

Open LWRGitHub opened 2 months ago

LWRGitHub commented 2 months ago

in :: BundleCheckpointSource.swift

got error for "missing expression in assignment " changed to this and fixed the build.

init(network: NetworkType) {
    self.network = network
    switch network {
    case .mainnet:
        self.saplingActivation = Checkpoint.mainnetMin
    case .testnet:
        self.saplingActivation = Checkpoint.testnetMin
    }
}
pacu commented 2 months ago

@LWRGitHub Thanks for reporting this issue. We are struggling to reproduce this issue. Would you mind providing this information