ethereum / EIPs

The Ethereum Improvement Proposal repository

Home Page:https://eips.ethereum.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in EIP3475

Bubble7777 opened this issue · comments

error in EIP3475 in the reference implementation in the Base example. - This demo shows only a minimalist implementation. In IERC3475 In the struct Transaction structure {
uint256 classic;
uint256 none Id;
uint256 amount;
}
is written as amount, but in erc3475 in functions in 14 places it is written as _amount.

This appears to just be a typo. I'll fix it.