rebase fixup

This commit is contained in:
Steven Allen 2020-09-25 12:51:02 -07:00
parent 8b35f480c4
commit 7d3bd146e6

View File

@ -396,7 +396,7 @@ func (st *StateTree) ForEach(f func(address.Address, *types.Actor) error) error
}
// Version returns the version of the StateTree data structure in use.
func (st *StateTree) Version() builtin.Version {
func (st *StateTree) Version() actors.Version {
return st.version
}