Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix check sum #51

Merged
merged 3 commits into from
Jul 4, 2024
Merged

fix check sum #51

merged 3 commits into from
Jul 4, 2024

Conversation

ngocthanh1389
Copy link
Member

No description provided.

@@ -32,7 +34,7 @@ func ToTradeLog(tradeLog storage.TradeLog, contractCall *tradingTypes.ContractCa

tradeLog.MakerToken = "0x" + rfqOrder.MakerAsset.Text(16)
tradeLog.TakerToken = "0x" + rfqOrder.TakerAsset.Text(16)
tradeLog.Maker = "0x" + rfqOrder.Maker.Text(16)
tradeLog.Maker = common.HexToAddress("0x" + rfqOrder.Maker.Text(16)).String()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefer to use etherum.BigToAddress

@ngocthanh1389 ngocthanh1389 merged commit 749b125 into main Jul 4, 2024
6 checks passed
@ngocthanh1389 ngocthanh1389 deleted the fix_checksum branch July 4, 2024 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants