planetarium / NineChronicles.Headless

A headless node of NineChronicles game network, powered by Libplanet.
https://planetarium.github.io/NineChronicles.Headless/
GNU Affero General Public License v3.0
34 stars 37 forks source link

Correct typo #2478

Closed moreal closed 1 month ago

moreal commented 1 month ago

In the Libplanet.Extensions.ForkableActionEvaluator project, it validates the given ranges cover all range over blockchain (i.e., from zero to long.MaxValue). And it throws an exception with a message. But the message has typo and it make users confused. This pull request fixes it.