relab / gorums

Gorums simplify fault-tolerant quorum-based protocols
MIT License
138 stars 14 forks source link

fix: node RPCCall returns nil instead of error #167

Closed vidarandrebo closed 9 months ago

vidarandrebo commented 9 months ago

Fixed a bug where an error was not returned from node.RPCCall Added tests for all return paths in RPCCall function.