debug: add logging to see tx_data.to value
Some checks failed
Integration Tests / test-service-integration (push) Successful in 1m0s
Python Tests / test-python (push) Successful in 9s
Security Scanning / security-scan (push) Successful in 29s
P2P Network Verification / p2p-verification (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s

This commit is contained in:
aitbc
2026-04-28 13:50:57 +02:00
parent eb502ccf80
commit 1a74ec7206

View File

@@ -328,6 +328,8 @@ async def submit_transaction(tx_data: TransactionRequest) -> Dict[str, Any]:
"signature": tx_data.sig
}
_logger.info(f"tx_data.to: {tx_data.to}, tx_data_dict['to']: {tx_data_dict['to']}")
_logger.info(f"Initial tx_data_dict amount: {tx_data_dict['amount']}")
# If value is provided at top level, use it instead of payload.amount