LayerTwo-Labs / sidesail

A work-in-progress sidechain UI.
MIT License
6 stars 4 forks source link

drivechain-server: allow zero-value balance #259

Closed arnemolland closed 3 hours ago

arnemolland commented 3 hours ago

Previously we would incorrectly return an error if the stored atomic.Value was a zero-value struct, this change adds a check and returns the zero-value balance instead.