Fix import paths (replace ledgerwatch with cosmos)

This commit is contained in:
Aleksandr Bezobchuk
2018-07-09 14:25:00 -04:00
parent c2e1ab2d4a
commit 09d5888c2e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import (
// NOTE: Ethermint will distribute the fees out to validators, so the structure
// and functionality of this is a WIP and subject to change.
type ChainContext struct {
Coinbase ethcommon.Address
Coinbase ethcommon.Address
headersByNumber map[uint64]*ethtypes.Header
}