eos icon indicating copy to clipboard operation
eos copied to clipboard

SECURITY_GROUP error

Open helailiang opened this issue 4 years ago • 2 comments
trafficstars

environment: 图片

steps: Deploy the eosio.secgrp smart contract using the eosio privileged account:

cleos set contract eosio contracts/ eosio.secgrp.wasm eosio.secgrp.abi

Expected behaviours: Contract deployment successful

What actually happened: Error 3070003: Serialization Error Processing WASM Error Details: env.remove_security_group_participants unresolveable

Additional information: eosio.secgrp.wasm source: https://github.com/EOSIO/eos/blob/develop/unittests/test-contracts/security_group_test/eosio.secgrp.wasm

helailiang avatar Nov 16 '21 10:11 helailiang

Please enable the protocol feature for the security group. More info can be found on the developer portal.

sanaraufx avatar Nov 17 '21 18:11 sanaraufx

a protocol feature has already been activated,But it's the same error message 图片

helailiang avatar Nov 18 '21 02:11 helailiang