Commit 960cd88a authored by jiangpeng's avatar jiangpeng Committed by vipwzw

style:add type asset

parent 531c3d5d
...@@ -135,7 +135,7 @@ func bindOrResumePush(cfg *relayerTypes.SyncTxReceiptConfig) { ...@@ -135,7 +135,7 @@ func bindOrResumePush(cfg *relayerTypes.SyncTxReceiptConfig) {
LastSequence: cfg.StartSyncSequence, LastSequence: cfg.StartSyncSequence,
LastHeight: cfg.StartSyncHeight, LastHeight: cfg.StartSyncHeight,
LastBlockHash: cfg.StartSyncHash, LastBlockHash: cfg.StartSyncHash,
Type: blockchain.PushEVMEvent, Type: int32(blockchain.PushEVMEvent),
Contract: contract, Contract: contract,
} }
var res types.ReplySubscribePush var res types.ReplySubscribePush
......
...@@ -132,7 +132,7 @@ func bindOrResumePush(cfg *relayerTypes.SyncTxReceiptConfig) { ...@@ -132,7 +132,7 @@ func bindOrResumePush(cfg *relayerTypes.SyncTxReceiptConfig) {
LastSequence: cfg.StartSyncSequence, LastSequence: cfg.StartSyncSequence,
LastHeight: cfg.StartSyncHeight, LastHeight: cfg.StartSyncHeight,
LastBlockHash: cfg.StartSyncHash, LastBlockHash: cfg.StartSyncHash,
Type: blockchain.PushTxReceipt, Type: int32(blockchain.PushTxReceipt),
Contract: contract, Contract: contract,
} }
var res types.ReplySubscribePush var res types.ReplySubscribePush
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment