File tree 1 file changed +0
-25
lines changed
samples/constitutions/default
1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -1049,19 +1049,6 @@ const actions = new Map([
1049
1049
} ,
1050
1050
) ,
1051
1051
] ,
1052
- [
1053
- "add_executor_node_code" ,
1054
- new Action (
1055
- function ( args ) {
1056
- checkType ( args . executor_code_id , "string" , "executor_code_id" ) ;
1057
- } ,
1058
- function ( args ) {
1059
- const codeId = ccf . strToBuf ( args . executor_code_id ) ;
1060
- const ALLOWED = ccf . jsonCompatibleToBuf ( "AllowedToExecute" ) ;
1061
- ccf . kv [ "public:ccf.gov.nodes.executor_code_ids" ] . set ( codeId , ALLOWED ) ;
1062
- } ,
1063
- ) ,
1064
- ] ,
1065
1052
[
1066
1053
"add_snp_host_data" ,
1067
1054
new Action (
@@ -1254,18 +1241,6 @@ const actions = new Map([
1254
1241
} ,
1255
1242
) ,
1256
1243
] ,
1257
- [
1258
- "remove_executor_node_code" ,
1259
- new Action (
1260
- function ( args ) {
1261
- checkType ( args . executor_code_id , "string" , "executor_code_id" ) ;
1262
- } ,
1263
- function ( args ) {
1264
- const codeId = ccf . strToBuf ( args . executor_code_id ) ;
1265
- ccf . kv [ "public:ccf.gov.nodes.executor_code_ids" ] . delete ( codeId ) ;
1266
- } ,
1267
- ) ,
1268
- ] ,
1269
1244
[
1270
1245
"remove_node" ,
1271
1246
new Action (
You can’t perform that action at this time.
0 commit comments