Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek committed Nov 2, 2023
1 parent 7770bc5 commit b5b1118
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/ripple/app/misc/Transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ class Transaction : public std::enable_shared_from_this<Transaction>,
validatedLedger, fee, accountSeq, availableSeq);
}

/// Same as similar overload for STTx::getJson
Json::Value
getJson(JsonOptions options, bool binary = false) const;

Expand Down
6 changes: 0 additions & 6 deletions src/ripple/protocol/STTx.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ class STTx final : public STObject, public CountedObject<STTx>
Json::Value
getJson(JsonOptions options) const override;

/**
If `hash` is set, will store transaction id inside the provided string.
Otherwise it will be stored as nested jss::hash element inside the returned
JSON. Additionally, if `hash` is set and `binary` is true, will not create
nested jss::tx for binary hex; instead will return it as JSON string
*/
Json::Value
getJson(JsonOptions options, bool binary) const;

Expand Down

0 comments on commit b5b1118

Please sign in to comment.