File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -278,13 +278,15 @@ class Commands implements CommandInterface
278
278
'apiName ' => 'social_network ' ,
279
279
'fields ' => [
280
280
'0 ' => ['string ' ], //account name
281
+ '1 ' => ['nullOrInteger ' ] //voteLimit by default 10 000
281
282
]
282
283
],
283
284
'get_active_votes ' => [
284
285
'apiName ' => 'social_network ' ,
285
286
'fields ' => [
286
287
'0 ' => ['string ' ], //author
287
288
'1 ' => ['string ' ], //permlink
289
+ '2 ' => ['nullOrInteger ' ] //voteLimit by default 10 000
288
290
]
289
291
],
290
292
'get_active_witnesses ' => [
@@ -308,13 +310,15 @@ class Commands implements CommandInterface
308
310
'fields ' => [
309
311
'0 ' => ['string ' ], //author
310
312
'1 ' => ['string ' ], //permlink
313
+ '2 ' => ['nullOrInteger ' ] //voteLimit by default 10 000
311
314
]
312
315
],
313
316
'get_content_replies ' => [
314
317
'apiName ' => 'social_network ' ,
315
318
'fields ' => [
316
319
'0 ' => ['string ' ], //author
317
320
'1 ' => ['string ' ], //permlink
321
+ '2 ' => ['nullOrInteger ' ] //voteLimit by default 10 000
318
322
]
319
323
],
320
324
'get_current_median_history_price ' => [
You can’t perform that action at this time.
0 commit comments