Skip to content

Commit 197bae0

Browse files
committed
fix #30
1 parent 912f422 commit 197bae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tronapi/transactionbuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def trigger_smart_contract(self, contract_address,
450450
'fee_limit': int(fee_limit),
451451
'call_value': int(call_value),
452452
'parameter': parameters
453-
})
453+
})['transaction']
454454

455455
def create_trx_exchange(self,
456456
token_name: str,

0 commit comments

Comments
 (0)