Skip to content

Commit

Permalink
fix(dot/core): RuntimeInstance interface Version signature
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 24, 2022
1 parent 3fd63db commit e81484a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/core/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type RuntimeInstance interface {
Exec(function string, data []byte) ([]byte, error)
SetContextStorage(s runtime.Storage)
GetCodeHash() common.Hash
Version() (runtime.Version, error)
Version() (version runtime.Version)
Metadata() ([]byte, error)
BabeConfiguration() (*types.BabeConfiguration, error)
GrandpaAuthorities() ([]types.Authority, error)
Expand Down

0 comments on commit e81484a

Please sign in to comment.