diff --git a/vms/example/xsvm/chain/block.go b/vms/example/xsvm/chain/block.go index e56e49e327ce..6703788fb082 100644 --- a/vms/example/xsvm/chain/block.go +++ b/vms/example/xsvm/chain/block.go @@ -28,7 +28,6 @@ var ( errMissingParent = errors.New("missing parent block") errMissingChild = errors.New("missing child block") errParentNotVerified = errors.New("parent block has not been verified") - errMissingState = errors.New("missing state") errFutureTimestamp = errors.New("future timestamp") errTimestampBeforeParent = errors.New("timestamp before parent") errWrongHeight = errors.New("wrong height")