Skip to content

Commit 4bef5f0

Browse files
committed
pull 14 fix: new fields in methods after HF 18 of GOLOS
1 parent b4c034a commit 4bef5f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Commands/Commands.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,15 @@ class Commands implements CommandInterface
278278
'apiName' => 'social_network',
279279
'fields' => [
280280
'0' => ['string'], //account name
281+
'1' => ['nullOrInteger'] //voteLimit by default 10 000
281282
]
282283
],
283284
'get_active_votes' => [
284285
'apiName' => 'social_network',
285286
'fields' => [
286287
'0' => ['string'], //author
287288
'1' => ['string'], //permlink
289+
'2' => ['nullOrInteger'] //voteLimit by default 10 000
288290
]
289291
],
290292
'get_active_witnesses' => [
@@ -308,13 +310,15 @@ class Commands implements CommandInterface
308310
'fields' => [
309311
'0' => ['string'], //author
310312
'1' => ['string'], //permlink
313+
'2' => ['nullOrInteger'] //voteLimit by default 10 000
311314
]
312315
],
313316
'get_content_replies' => [
314317
'apiName' => 'social_network',
315318
'fields' => [
316319
'0' => ['string'], //author
317320
'1' => ['string'], //permlink
321+
'2' => ['nullOrInteger'] //voteLimit by default 10 000
318322
]
319323
],
320324
'get_current_median_history_price' => [

0 commit comments

Comments
 (0)