FactomProject / factomd

Factom Daemon
https://www.factomprotocol.org/
Other
201 stars 92 forks source link

[Nowax] SimCtrl listento #1107

Closed WhoSoup closed 3 years ago

WhoSoup commented 3 years ago

SimControl had some inconsistencies because it used both the local variable (passed by param) and the global variable. This PR changes it to consistently use the global variable, which should make it work better inside simulated unit tests.

This may have unintended consequences on unit tests.