Implement something that looks like confirmations, wip

This commit is contained in:
Maran
2014-06-25 16:23:10 +02:00
parent 8fe8175c78
commit d8c675afbf
2 changed files with 5 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ type PTx struct {
Data string `json:"data"`
Contract bool `json:"isContract"`
CreatesContract bool `json:"createsContract"`
Confirmations int `json:"confirmations"`
}
func NewPTx(tx *ethchain.Transaction) *PTx {