• F
    core/types: remove header accessors · be386521
    Felix Lange 提交于
    These accessors were introduced by light client changes, but
    the only method that is actually used is GetNumberU64. This
    commit replaces all uses of .GetNumberU64 with .Number.Uint64.
    be386521
lightchain_test.go 13.6 KB