Add fromAddress and toAddress to TransferredToken.Clone (#1515)
Add fromAddress and toAddress to TransferredToken.Clone
This commit is contained in:
parent
748ccfb0db
commit
3135276c2c
|
@ -58,6 +58,8 @@ func (t *TransferredToken) Clone() *TransferredToken {
|
|||
TokenAddress: t.TokenAddress,
|
||||
TokenChain: t.TokenChain,
|
||||
Amount: amount,
|
||||
FromAddress: t.FromAddress,
|
||||
ToAddress: t.ToAddress,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue