From 1f5c7911786b59435b940052c3c31bc39bf96392 Mon Sep 17 00:00:00 2001 From: abitmore Date: Sun, 18 Apr 2021 14:07:24 +0000 Subject: [PATCH] Document fees returned by liq_pool_exchange_op --- .../protocol/include/graphene/protocol/liquidity_pool.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/protocol/include/graphene/protocol/liquidity_pool.hpp b/libraries/protocol/include/graphene/protocol/liquidity_pool.hpp index d86a498b5e..712090de3c 100644 --- a/libraries/protocol/include/graphene/protocol/liquidity_pool.hpp +++ b/libraries/protocol/include/graphene/protocol/liquidity_pool.hpp @@ -109,6 +109,11 @@ namespace graphene { namespace protocol { /** * @brief Exchange with a liquidity pool * @ingroup operations + * @note The result of this operation is a @ref generic_exchange_operation_result. + * There are 3 fees in the result, stored in this order: + * * maker market fee + * * taker market fee + * * liquidity pool taker fee */ struct liquidity_pool_exchange_operation : public base_operation {