Skip to content

Commit 20f1166

Browse files
committed
Add tronweb adapter logs
1 parent 5dfaf2b commit 20f1166

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/relay-tron-wallet-adapter/src/adapter.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export const adaptTronWallet = (
4545
fee_limit: 30_000_000
4646
}
4747

48+
client.log(['Building Tron Transaction', body], LogLevel.Verbose)
49+
4850
// 1) Ask the node to build the transaction from raw calldata
4951
const res = await tronWeb.fullNode.request<TriggerSmartContractResponse>(
5052
'wallet/triggersmartcontract',

0 commit comments

Comments
 (0)