Added find name for namereg

This commit is contained in:
obscuren
2014-07-17 22:30:00 +02:00
parent 6a19b62db6
commit 28a146d438
2 changed files with 14 additions and 0 deletions

View File

@@ -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"`
}