Skip to content

Commit

Permalink
fix: fix docs. (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jan 5, 2024
1 parent a24008b commit 7df6bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stellar_sdk/preconditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Preconditions:
"""This contains a set of conditions, if a transaction can be accepted by the network,
it must meet these conditions.
:param time_bounds: required extra signers.
:param ledger_bounds: required extra signers.
:param time_bounds: The timebounds for the transaction.
:param ledger_bounds: The ledgerbounds for the transaction.
:param min_sequence_number: The minimum source account sequence
number this transaction is valid for. If the value is ``None``,
the transaction is valid when **source account's sequence number == tx.sequence - 1**.
Expand Down

0 comments on commit 7df6bac

Please sign in to comment.