msg.value
is not the same as the actual amount that gets sent to a smart contract
#1352
Labels
bug
Something isn't working
Describe the bug
When sending ether to a smart contract on the subtensor's evm, the
msg.value
is not the as the actual that is deposited - it appears thatmsg.value
does not consider the 0.00005 TAO fee. This is very different to how i.e. the Ethereum Mainnet evm behaves.To Reproduce
payable
modifier in solidity0.00005
TAO less than what you intended to deposit.Expected behavior
msg.value
should reflect the actual amount that gets deposited.The text was updated successfully, but these errors were encountered: