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

Feat/eip1559 #20

Merged
merged 8 commits into from
Nov 20, 2024
Merged

Feat/eip1559 #20

merged 8 commits into from
Nov 20, 2024

Conversation

chcmedeiros
Copy link
Contributor

No description provided.

Copy link
Member

@emmanuelm41 emmanuelm41 left a comment

Choose a reason for hiding this comment

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

Just a simple question.

case 2:
snprintf(outKey, outKeyLen, "Coin asset");
snprintf(outVal, outValLen, "flare");
Copy link
Member

Choose a reason for hiding this comment

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

Should this be upper case? Capital letter?

CHECK_ERROR(printEVMAddress(&contractAddress, outVal, outValLen, pageIdx, pageCount));
break;
case 1:
snprintf(outKey, outKeyLen, "Coin asset");
snprintf(outVal, outValLen, "flare");
Copy link
Member

Choose a reason for hiding this comment

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

same here

@emmanuelm41
Copy link
Member

@chcmedeiros I don't really have an answer. It was more like a doubt. Are we sure capital letter is ok?

@chcmedeiros
Copy link
Contributor Author

chcmedeiros commented Nov 20, 2024

@chcmedeiros I don't really have an answer. It was more like a doubt. Are we sure capital letter is ok?

I think the capital letter is ok, and it looks better.

@chcmedeiros chcmedeiros merged commit 25e2b44 into dev Nov 20, 2024
34 checks passed
@chcmedeiros chcmedeiros deleted the feat/eip1559 branch November 20, 2024 15:02
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