remove scriptHash type
This commit is contained in:
parent
dd9a0c56f1
commit
14f867564d
2 changed files with 4 additions and 6 deletions
|
@ -89,7 +89,7 @@ func CompileFile(t testing.TB, sender util.Uint160, srcPath string, configPath s
|
|||
return c
|
||||
}
|
||||
|
||||
func collectCoverage(t testing.TB, di *compiler.DebugInfo, h scriptHash) {
|
||||
func collectCoverage(t testing.TB, di *compiler.DebugInfo, h util.Uint160) {
|
||||
if isCoverageEnabled() {
|
||||
if _, ok := rawCoverage[h]; !ok {
|
||||
rawCoverage[h] = &scriptRawCoverage{debugInfo: di}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue