Skip to content

Commit

Permalink
Update prediction_market_agent/agents/microchain_agent/nft_treasury_g…
Browse files Browse the repository at this point in the history
…ame/app_nft_treasury_game.py

Co-authored-by: Peter Jung <[email protected]>
  • Loading branch information
gabrielfior and kongzii authored Dec 16, 2024
1 parent 2ca0c58 commit b2d1d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def send_message_via_wallet(
recipient: str, message: str, amount_to_send: float
) -> None:
wallet_component(
recipient=Web3.to_checksum_address(recipient),
recipient=recipient,
amount_in_ether=f"{amount_to_send:.10f}", # formatting number as 0.0001000 instead of scientific notation
data=message,
)
Expand Down

0 comments on commit b2d1d55

Please sign in to comment.