Skip to content

Conversation

cp-wjhan
Copy link

No description provided.

// fee delegation
if st.msg.FeePayer() != nil {
if !st.evm.ChainConfig().IsFeeDelegation(st.evm.Context.BlockNumber) {
return fmt.Errorf("%w: fee delegation type not supperted", ErrTxTypeNotSupported)

Choose a reason for hiding this comment

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

please correct typo - "supperted"

Copy link
Author

Choose a reason for hiding this comment

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

I'll fix it.

Copy link

@trident90 trident90 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@cp-khs cp-khs left a comment

Choose a reason for hiding this comment

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

LGTM
It will be a new feature to improve the versatility of transactions.

@trident90 trident90 merged commit 98e8bc5 into wemixarchive:dev Apr 20, 2023
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.

3 participants