From d669b32996563318e8ec1c1a8560254ea111e6c8 Mon Sep 17 00:00:00 2001 From: Eric Volz <70062781+eric-volz@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:35:38 +0200 Subject: [PATCH] Add closing bracket in docs example --- defichain/transactions/builder/modules/pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defichain/transactions/builder/modules/pool.py b/defichain/transactions/builder/modules/pool.py index d37f4f5..4f54f8a 100644 --- a/defichain/transactions/builder/modules/pool.py +++ b/defichain/transactions/builder/modules/pool.py @@ -86,7 +86,7 @@ def addpoolliquidity(self, addressAmountFrom: {}, shareAddress: str, inputs=[]) """ Creates an add pool liquidity transaction with the specified data - >>> builder.pool.addpoolliquidity({"df1qw8c57c3c4u7k2h4gv2d5x4jr4qgq6cugg33g6e": ["1@DFI", "0.0001@BTC"], "df1qw8c57c3c4u7k2h4gv2d5x4jr4qgq6cugg33g6e") # creates a add pool liquidity transaction + >>> builder.pool.addpoolliquidity({"df1qw8c57c3c4u7k2h4gv2d5x4jr4qgq6cugg33g6e": ["1@DFI", "0.0001@BTC"]}, "df1qw8c57c3c4u7k2h4gv2d5x4jr4qgq6cugg33g6e") # creates a add pool liquidity transaction :param addressAmountFrom: (required) json with specified address and amount to send :type addressAmountFrom: :ref:`Transactions AddressAmount`