Revision 9a010706b0ac847a251e5c4bdeccc23c16cb16c4 authored by Arvid Jakobsson on 06 May 2020, 16:02:19 UTC, committed by Benjamin Canou on 06 May 2020, 16:02:19 UTC
Previously, node redeclared the following structures:
 - Block_validator.limits
 - Prevalidator.limits
 - Peer_validator.limits
 - Chain_validator.limits

this commit removes the alias and uses e.g. Chain_validator.limits
directly. This simplifies testing as the default limits in Node
can be re-used directly.
1 parent de18ef3
Raw File
.gitattributes
.gitignore	export-ignore
.gitattributes	export-ignore
.gitlab-ci.yml	export-ignore
src/lib_version/current_git_info.ml	export-subst
back to top