合约之间调用权限问题 2020年8月24日18:28:24BCOS评论1,715阅读模式 摘要合约之间调用权限出现问题,”Note: The called function should be payable if you send value and the value you send should be less than your current balance.” Note: The called function should be payable if you send value and the value you send should be less than your current balance. 原因: 合约之间调用权限问题,基于被调用合约授予调用合约权限,解决。