We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3842738 commit a653a8dCopy full SHA for a653a8d
src/wallet/wallet.py
@@ -333,7 +333,7 @@ async def generate_signed_transaction(
333
self.log.info("Unsigned transaction not generated")
334
return None
335
336
- self.log.error("About to sign a transaction")
+ self.log.info("About to sign a transaction")
337
return await self.sign_transaction(transaction)
338
339
async def get_transaction_status(
0 commit comments