Skip to content

Commit

Permalink
fix OpComment
Browse files Browse the repository at this point in the history
parameter $parentPermlink is required
  • Loading branch information
t3ran13 committed Oct 13, 2018
1 parent f3b20d7 commit a1477df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ChainOperations/OpComment.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OpComment
* @return mixed
* @throws \Exception
*/
public static function do(ConnectorInterface $connector, $privatePostingWif, $author, $permlink, $title, $body, $jsonMetadata, $parentPermlink = '', $parentAuthor = '')
public static function do(ConnectorInterface $connector, $privatePostingWif, $author, $permlink, $title, $body, $jsonMetadata, $parentPermlink, $parentAuthor = '')
{
$chainName = $connector->getPlatform();
/** @var CommandQueryData $tx */
Expand Down

0 comments on commit a1477df

Please sign in to comment.