【发布时间】:2017-09-29 17:07:13
【问题描述】:
会发生什么?
msg.sender.transfer(msg.value);
remix.eth 只是告诉我
错误:无法读取未定义的属性“op”
【问题讨论】:
-
您的问题不正确。您可能是指将资金从智能合约转移到您的钱包?因为gasConsumed * gasPrice = whatYouPayForMiner,这个不能转移。
-
是的,我的问题是关于这个的,非常感谢!
标签: ethereum solidity smartcontracts