Ordered accumulation updates #740
Annotations
2 errors
Check swift codestyle:
Blockchain/Sources/Blockchain/VMInvocations/HostCall/HostCalls.swift#L472
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning
|
Check swift codestyle:
Blockchain/Sources/Blockchain/RuntimeProtocols/Accumulation.swift#L94
`where` clauses are preferred over a single `if` inside a `for`
|
Loading