forked from cerc-io/ipld-eth-server
VDB-120 include tic in dent and tend (#118)
* Add constants for TTL and tic for fakeHeader * Add tic to tend transformer * Update tests for tend * Fix string conversion bug in fakes * Fix tend integration tests after staging rebase * Add tic to dent transformer * Update dent tests * Change integration tests to use hardcoded block timestamp
This commit is contained in:
@@ -31,7 +31,6 @@ var (
|
||||
dentBidId = int64(1)
|
||||
dentLot = "11000000000000000000"
|
||||
dentBid = "3000000000000000000"
|
||||
DentTic = "0"
|
||||
dentGuy = "0x64d922894153BE9EEf7b7218dc565d1D0Ce2a092"
|
||||
dentRawJson, _ = json.Marshal(DentLog)
|
||||
)
|
||||
@@ -58,7 +57,6 @@ var DentModel = dent.DentModel{
|
||||
Lot: dentLot,
|
||||
Bid: dentBid,
|
||||
Guy: dentGuy,
|
||||
Tic: DentTic,
|
||||
LogIndex: DentLog.Index,
|
||||
TransactionIndex: DentLog.TxIndex,
|
||||
Raw: dentRawJson,
|
||||
|
||||
Reference in New Issue
Block a user