diff --git a/chain/base.go b/chain/base.go index 3e6e746307..f7862bf7d3 100644 --- a/chain/base.go +++ b/chain/base.go @@ -16,7 +16,7 @@ const BaseSize = consts.Uint64Len*2 + consts.IDLen type Base struct { // Timestamp is the expiry of the transaction (inclusive). Once this time passes and the // transaction is not included in a block, it is safe to regenerate it. - Timestamp int64 `json:"nonce"` + Timestamp int64 `json:"timestamp"` // ChainID protects against replay attacks on different VM instances. ChainID ids.ID `json:"chainId"`