onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
11 stars 9 forks source link

version is not written to stdout #624

Closed Maharacha closed 13 minutes ago

Maharacha commented 4 hours ago

Not working: ./flow-evm-gateway version|grep <something> Working: ./flow-evm-gateway version 2>&1|grep <something>

m-Peter commented 3 hours ago

@Maharacha Thanks for reporting, I missed that 🙏 Here's the fix: https://github.com/onflow/flow-evm-gateway/pull/625