Yash Bhavsar

Results 5 comments of Yash Bhavsar

I am facing the same issue in steem testnet for my local machine any solution? OR any cases/circumstances where this error occurs?

Hi, I am following this doc(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-identity-documents.html ) to select region dynamically in aws. And I tried to test the code in aws ecs fargate it gives me below error ```...

@baaluo may i know how to pass that chain_Id or how to remove that checks ?

Got it there is some modifications you need to made when you want to run your own private chain you need to made some changes in cli_wallet's main.hpp file by...

@rabbykst I have resolved this issue by the following solution ``` #ifdef IS_TEST_NET if( options.count("chain-id") ) { auto chain_id_str = options.at("chain-id").as< std::string >(); try { _steem_chain_id = chain_id_type( chain_id_str); }...