Skip to content

Commit f3b20d7

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

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
@@ -69,7 +69,7 @@ public static function do(ConnectorInterface $connector, $privatePostingWif, $au
6969
* @return mixed
7070
* @throws \Exception
7171
*/
72-
public static function doSynchronous(ConnectorInterface $connector, $privatePostingWif, $author, $permlink, $title, $body, $jsonMetadata, $parentPermlink = '', $parentAuthor = '')
72+
public static function doSynchronous(ConnectorInterface $connector, $privatePostingWif, $author, $permlink, $title, $body, $jsonMetadata, $parentPermlink, $parentAuthor = '')
7373
{
7474
$chainName = $connector->getPlatform();
7575
/** @var CommandQueryData $tx */

0 commit comments

Comments
 (0)