Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

38.2. Error 3080006: transaction took too long

		
# cleos set contract eosio eosio.system

Reading WAST/WASM from eosio.system/eosio.system.wasm...
Using already assembled WASM...
Publishing contract...
Error 3080006: transaction took too long
Error Details:
deadline exceeded
		
		

nodeos程序启动时添加max-transaction-time即可解决这个问题

		
nodeos -e -p eosio --max-transaction-time=1000