File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ operations.forEach((operation) => {
77
77
78
78
const useCommentPermlink =
79
79
operationParams . indexOf ( 'parent_permlink' ) !== - 1 &&
80
- operationParams . indexOf ( 'parent_permlink' ) !== - 1 ;
80
+ operationParams . indexOf ( 'parent_permlink' ) !== - 1 ; //todo: figure out why and kill it if possible
81
81
82
82
steemBroadcast [ `${ operationName } With` ] =
83
83
function steemBroadcast$specializedSendWith ( wif , options , callback ) {
Original file line number Diff line number Diff line change @@ -498,5 +498,14 @@ module.exports = [
498
498
"request_id" ,
499
499
"memo"
500
500
]
501
+ } ,
502
+ {
503
+ "roles" : [ "owner" ] ,
504
+ "operation" : "witness_set_properties" ,
505
+ "params" : [
506
+ "owner" ,
507
+ "props" ,
508
+ "extensions" ,
509
+ ]
501
510
}
502
511
] ;
You can’t perform that action at this time.
0 commit comments