OSDN Git Service

core upgrade (#310)
[bytom/bytom.git] / protocol / bc / tx.go
index dd678dc..ae14390 100644 (file)
@@ -15,6 +15,7 @@ type Tx struct {
        // IDs of reachable entries of various kinds
        NonceIDs       []Hash
        SpentOutputIDs []Hash
+       GasInputIDs    []Hash
 }
 
 func (tx *Tx) SigHash(n uint32) (hash Hash) {