Skip to content

Commit a653a8d

Browse files
committed
log info, not err
1 parent 3842738 commit a653a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ async def generate_signed_transaction(
333333
self.log.info("Unsigned transaction not generated")
334334
return None
335335

336-
self.log.error("About to sign a transaction")
336+
self.log.info("About to sign a transaction")
337337
return await self.sign_transaction(transaction)
338338

339339
async def get_transaction_status(

0 commit comments

Comments
 (0)