Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Dec 11, 2024
1 parent 2baf454 commit 3b3b4bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_url(cls) -> str:
return cls.name.lower().replace(" ", "-")

def load(self) -> None:
if MicrochainAgentKeys().bet_from_private_key != self.wallet_address:
if MicrochainAgentKeys().bet_from_address != self.wallet_address:
raise RuntimeError(
f"Agent {self.identifier} deployed with a wrong private key."
)
Expand Down

0 comments on commit 3b3b4bd

Please sign in to comment.