decred / dcrd

Decred daemon in Go (golang).
https://decred.org
ISC License
731 stars 288 forks source link

Fix the system exited due to null data error #3356

Closed vuonda closed 3 months ago

vuonda commented 3 months ago

Issue: #3355 My solution is simply to add a setting to avoid the value being null and exited when used later

jrick commented 3 months ago

Incorrect solution. Update to 2.0.2.

davecgh commented 3 months ago

Thanks for taking the time to try and debug it and attempting to provide a solution. As mentioned though, this is already resolved in release version 2.0.2 of the software stack.

You'll notice the mixing module version in your linked issue is 0.1.0 and the most recent version is 0.3.0.

vuonda commented 3 months ago

@davecgh @jrick Thank you! Trying to debug and debugging gives me more experience