diff --git a/src/agent0/chainsync/exec/acquire_data.py b/src/agent0/chainsync/exec/acquire_data.py index 996c02621..4dfeead48 100644 --- a/src/agent0/chainsync/exec/acquire_data.py +++ b/src/agent0/chainsync/exec/acquire_data.py @@ -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, )