trusteddomainproject / OpenARC

Open source ARC implementation
BSD 2-Clause "Simplified" License
135 stars 45 forks source link

Add human readable name of chain state to info message (develop) #158

Open minfrin opened 2 years ago

minfrin commented 2 years ago

The message "chain state forced to 1 due to prior result found" contains an internal enum index rather than the name of the chain state. Replace with the human readable meaning.

Replaces https://github.com/trusteddomainproject/OpenARC/pull/138