865bd6c9cc
In this case emitted event parameters should match from invocation to invocation. It's an error otherwise (and if the type is not Any). Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
7 lines
130 B
Go
7 lines
130 B
Go
package invalid7
|
|
|
|
import "github.com/nspcc-dev/neo-go/pkg/interop/runtime"
|
|
|
|
func Main() {
|
|
runtime.Notify("SomeEvent", "p1", 5)
|
|
}
|