diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-18 04:30:00 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-18 04:30:00 +0800 |
commit | 28a146d438b0c11820aef5d9551c6eff929acdec (patch) | |
tree | 966fa6ed1e19eab92427e098aa359f36fe1789f6 /ethpub/types.go | |
parent | 6a19b62db6466f88132f5e41868336ff74ef969c (diff) | |
download | dexon-28a146d438b0c11820aef5d9551c6eff929acdec.tar.gz dexon-28a146d438b0c11820aef5d9551c6eff929acdec.tar.zst dexon-28a146d438b0c11820aef5d9551c6eff929acdec.zip |
Added find name for namereg
Diffstat (limited to 'ethpub/types.go')
-rw-r--r-- | ethpub/types.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethpub/types.go b/ethpub/types.go index bd1afc007..9e5159a4c 100644 --- a/ethpub/types.go +++ b/ethpub/types.go @@ -47,6 +47,7 @@ type PBlock struct { Transactions string `json:"transactions"` Time int64 `json:"time"` Coinbase string `json:"coinbase"` + Name string `json:"name"` GasLimit string `json:"gasLimit"` GasUsed string `json:"gasUsed"` } |