go-ethereum/internal/web3ext
Daniel Sloof 243955223d rpc: properly expose debug.getBlockFromFile api method
As stated in the documentation [1] and in the api [2],
this method should be called getBlockFromFile and not getBlockByFile.
Previously this would result in a 'The method ... does not exist/is
not available' error.

[1] https://github.com/ethereum/go-ethereum/wiki/Management-APIs#debug_traceblockfromfile
[2] 9e5f03b6c4/eth/api.go (L385)
2017-07-07 21:58:42 +02:00
..
web3ext.go rpc: properly expose debug.getBlockFromFile api method 2017-07-07 21:58:42 +02:00