com.wavesplatform.features.ComplexityCheckPolicyProvider.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform.features
import com.wavesplatform.state.Blockchain
object ComplexityCheckPolicyProvider {
implicit class VerifierComplexityCheckExt(b: Blockchain) {
def useReducedVerifierComplexityLimit: Boolean =
b.activatedFeatures.contains(BlockchainFeatures.BlockV5.id)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy