Skip to content

Commit

Permalink
Adding to warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
slundqui committed Nov 16, 2024
1 parent 1d37b72 commit 84bbc80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/agent0/chainsync/exec/acquire_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ def acquire_data(
# TODO should directly query the chain for open positions
# in this case
logging.warning(
"Querying block_number %s out of %s, unable to keep up with chain block iteration",
(
"Querying block_number %s out of %s, unable to keep up with chain block iteration. "
"Wallet information may be inaccurate."
),
block_number,
latest_mined_block,
)
Expand Down

0 comments on commit 84bbc80

Please sign in to comment.