decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
19 stars 20 forks source link

webapi: Remove unnecessary err check. #467

Closed jholdstock closed 4 months ago

jholdstock commented 4 months ago

err has already been checked and is known to be nil at this point.