ethereumjs / ethereumjs-blockstream

Reliable stream of Ethereum blocks
MIT License
80 stars 19 forks source link

Minor cleanups. #16

Closed MicahZoltu closed 6 years ago

MicahZoltu commented 6 years ago

Nothing major here, the return type was inferred previously and now it is explicit and returning a promise from an async function is functionally equivalent to awaiting the promise and returning the result, just less clear what is an async call and what isn't.