Skip to content

Commit

Permalink
backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Jun 1, 2023
1 parent c7caba9 commit a957f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driftpy/clearing_house.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ClearingHouse:
depositing, opening new positions, closing positions, placing orders, etc.
"""

def __init__(self, program: Program, authority: PublicKey = None, signer: Keypair = None):
def __init__(self, program: Program, signer: Keypair = None, authority: PublicKey = None):
"""Initializes the clearing house object -- likely want to use the .from_config method instead of this one
Args:
Expand Down

0 comments on commit a957f93

Please sign in to comment.