Commit 1d4d8b4b authored by vicotor's avatar vicotor

fix bug

parent f3a3c7aa
......@@ -74,6 +74,7 @@ func (d *Dao) FillInTransferEventInfo(ctx context.Context, inEvent *dbModel.Brid
"$set": bson.M{
"from_chain": inEvent.FromChain,
"out_id": inEvent.OutId,
"to_chain": inEvent.ToChain,
"in_id": inEvent.InId,
"receiver": inEvent.Receiver,
"to_token": inEvent.ToToken,
......
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