Commit be092d6b authored by vicotor's avatar vicotor

fix bug

parent 81f2a89f
...@@ -76,6 +76,7 @@ func (d *Dao) FillInTransferEventInfo(ctx context.Context, inEvent *dbModel.Brid ...@@ -76,6 +76,7 @@ func (d *Dao) FillInTransferEventInfo(ctx context.Context, inEvent *dbModel.Brid
"receiver": inEvent.Receiver, "receiver": inEvent.Receiver,
"to_token": inEvent.ToToken, "to_token": inEvent.ToToken,
"receive_amount": inEvent.ReceiveAmount, "receive_amount": inEvent.ReceiveAmount,
"to_chain_tx_hash": inEvent.ToChainTxHash,
"to_chain_status": inEvent.ToChainStatus, "to_chain_status": inEvent.ToChainStatus,
}, },
} }
......
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