Skip to content

Commit 4118c44

Browse files
committed
Add comments
1 parent 5d15671 commit 4118c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/protocol/include/graphene/protocol/samet_fund.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ namespace graphene { namespace protocol {
9090
/**
9191
* @brief Borrow from a SameT Fund
9292
* @ingroup operations
93+
* @note The result of this operation is the ID of the owner account of the SameT Fund
9394
*/
9495
struct samet_fund_borrow_operation : public base_operation
9596
{
@@ -109,6 +110,7 @@ namespace graphene { namespace protocol {
109110
/**
110111
* @brief Repay to a SameT Fund
111112
* @ingroup operations
113+
* @note The result of this operation is the ID of the owner account of the SameT Fund
112114
*/
113115
struct samet_fund_repay_operation : public base_operation
114116
{

0 commit comments

Comments
 (0)