bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
303 stars 222 forks source link

Remove redundant error check #196

Closed abrander closed 4 years ago

abrander commented 4 years ago

Description:

Send() did superfluous error checking. This PR removes it.

Breaking changes:

None.

New features:

None.

Fixes:

PR status:

JacobPlaster commented 4 years ago

Thanks @abrander