Skip to content

Commit cc48489

Browse files
committed
Explain the "SupportSteemJ" feature in the JavaDoc (resolve #158)
1 parent 6df8161 commit cc48489

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

core/src/main/java/eu/bittrade/libs/steemj/SteemJ.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,6 +2864,10 @@ public void reblog(AccountName accountThatReblogsThePost, AccountName authorOfTh
28642864
* {@link SteemJConfig#getDefaultAccount() DefaultAccount} needs to be
28652865
* configured in the {@link SteemJConfig#getPrivateKeyStorage()
28662866
* PrivateKeyStorage}.</li>
2867+
* <li>In case the {@link SteemJConfig#getSteemJWeight() SteemJWeight} is
2868+
* set to a positive value this method will add a comment options operation.
2869+
* Due to this, the {@link SteemJConfig#getSteemJWeight() SteemJWeight}
2870+
* percentage will be paid to the SteemJ account.</li>
28672871
* <li>This method will automatically use the
28682872
* {@link SteemJConfig#getDefaultAccount() DefaultAccount} as the account
28692873
* that will publish the post - If no default account has been provided,
@@ -3027,7 +3031,11 @@ public CommentOperation createPost(AccountName authorThatPublishsThePost, String
30273031
* create comment operation the private posting key of the
30283032
* {@link SteemJConfig#getDefaultAccount() DefaultAccount} needs to be
30293033
* configured in the {@link SteemJConfig#getPrivateKeyStorage()
3030-
* PrivateKeyStorage}.</li>
3034+
* PrivateKeyStorage}.</li> *
3035+
* <li>In case the {@link SteemJConfig#getSteemJWeight() SteemJWeight} is
3036+
* set to a positive value this method will add a comment options operation.
3037+
* Due to this, the {@link SteemJConfig#getSteemJWeight() SteemJWeight}
3038+
* percentage will be paid to the SteemJ account.</li>
30313039
* <li>This method will automatically use the
30323040
* {@link SteemJConfig#getDefaultAccount() DefaultAccount} as the account
30333041
* that will publish the comment - If no default account has been provided,

0 commit comments

Comments
 (0)