From 84bbc80aef882ddc43e1a0c011e4c347484e8209 Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Sat, 16 Nov 2024 14:25:57 +0700 Subject: [PATCH] Adding to warning message --- src/agent0/chainsync/exec/acquire_data.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, )