Skip to content

Commit a1477df

Browse files
committed
fix OpComment
parameter $parentPermlink is required
1 parent f3b20d7 commit a1477df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/ChainOperations/OpComment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class OpComment
2424
* @return mixed
2525
* @throws \Exception
2626
*/
27-
public static function do(ConnectorInterface $connector, $privatePostingWif, $author, $permlink, $title, $body, $jsonMetadata, $parentPermlink = '', $parentAuthor = '')
27+
public static function do(ConnectorInterface $connector, $privatePostingWif, $author, $permlink, $title, $body, $jsonMetadata, $parentPermlink, $parentAuthor = '')
2828
{
2929
$chainName = $connector->getPlatform();
3030
/** @var CommandQueryData $tx */

0 commit comments

Comments
 (0)