Skip to content
CCPEDIAby Unity Nodes
Documentation/github-code/OpenZeppelin/daml-lintView on github-code
github-code/OpenZeppelin/daml-lint

OpenZeppelin/daml-lint: test-fixtures/bad_patterns.daml

Daml contract source - OpenZeppelin/daml-lint/test-fixtures/bad_patterns.daml ```daml module Splice.Round where import DA.Time -- Detector #1: missing ensure on Decimal fields template OpenMiningRound with admin : Party amuletPrice : Decimal tickDuration : Decimal round : Int where signatory admin e

READ ON GITHUB-CODE