Skip to content

Commit

Permalink
fix(core): get ledger in setup.py (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl authored Jan 24, 2025
1 parent b47ecec commit cfa5e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/uagents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def fund_agent_if_low(wallet_address: str, min_balance: int = REGISTRATION_FEE):
Returns:
None
"""
ledger = get_ledger(test=True)
ledger = get_ledger()
faucet = get_faucet()

agent_balance = ledger.query_bank_balance(Address(wallet_address))
Expand Down

0 comments on commit cfa5e7f

Please sign in to comment.