Skip to content

Commit

Permalink
Add closing bracket in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-volz authored Oct 11, 2023
1 parent 48e689b commit d669b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defichain/transactions/builder/modules/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d669b32

Please sign in to comment.