docs icon indicating copy to clipboard operation
docs copied to clipboard

Getting Started/Other Languages in EOSIO contains some ETH

Open joshkauffman opened this issue 5 years ago • 0 comments

I wasn't sure how to properly remove this, as it is pulling the code snippet from somewhere else, and I'm not sure how it should/needs to be changed.

On this page: https://docs.dfuse.io/guides/eosio/getting-started/other-languages/ under number 6 - Full Working Examples, the code snippet in Go just below there contains

    case "ethereum", "ETH":
        streamEthereum(context.Background())
    default:
        streamEOSIO(context.Background())```

But maybe it needs to contain that as it does something different for each chain.

joshkauffman avatar Nov 25 '19 19:11 joshkauffman