You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type *chainReaderInterfaceTester of it does not match inferred type interfacetests.ChainComponentsInterfaceTester[*"testing".T] for interfacetests.ChainComponentsInterfaceTester[T]
cannot use it (variable of type *chainReaderInterfaceTester) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in argument to commontestutils.WrapContractReaderTesterForLoop: *chainReaderInterfaceTester does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method GetAccountString)
cannot use r (variable of type *chainReaderInterfaceTester) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in struct literal: *chainReaderInterfaceTester does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method GetAccountString)
cannot use r (variable of type *chainReaderInterfaceTester) as interfacetests.ChainComponentsInterfaceTester[*"testing".T] value in struct literal: *chainReaderInterfaceTester does not implement interfacetests.ChainComponentsInterfaceTester[*"testing".T] (missing method GetAccountString)
Process completed with exit code 2.
The logs for this run have expired and are no longer available.