Skip to content

Commit

Permalink
Merge pull request #1199 from bitshares/abitmore-patch-2
Browse files Browse the repository at this point in the history
Suppressed compiler warning on wallet API docs
  • Loading branch information
abitmore authored Jul 28, 2018
2 parents 11d7faa + 744ea5d commit 57f7ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/wallet/include/graphene/wallet/wallet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class wallet_api
* @param ostart_id Start order id, fetch orders which price are lower than or equal to this order
* @param ostart_price Fetch orders with price lower than or equal to this price
*
* @return List of orders from @ref name_or_id to the corresponding account
* @return List of orders from \c name_or_id to the corresponding account
*
* @note
* 1. if \c name_or_id cannot be tied to an account, empty result will be returned
Expand Down

0 comments on commit 57f7ee4

Please sign in to comment.