Minor fixes (#94)

- Updates RPC return types
- Removes custom query types in favour of default eth 
    - This is largely to allow for proper hexadecimal formatting (provided by `hexutil`), as the API is very specific about formatting.
This commit is contained in:
David Ansermino
2019-09-24 16:49:40 +02:00
committed by GitHub
parent 28aaba0695
commit 1cac4feb4d
6 changed files with 151 additions and 158 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const AppName = "Ethermint"
const Version = "0.0.0"
// ProtocolVersion is the supported Ethereum protocol version (e.g., Homestead, Olympic, etc.)
const ProtocolVersion = "63"
const ProtocolVersion uint = 63
// GitCommit contains the git SHA1 short hash set by build flags.
var GitCommit = ""