EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

SECURITY_GROUP error #10890

Open helailiang opened 2 years ago

helailiang commented 2 years ago

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

sanaraufx commented 2 years ago

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

helailiang commented 2 years ago

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