ShilazTech

Results 2 comments of ShilazTech
trafficstars

Hello serderovsh Below is my key code fee_limit =600000 multplier =1000000 bet_value=10*multplier direction=0 rollvalue=50 x=1 if x==1: ##for tronbet parameters=[{'type': 'uint256', 'value': rollvalue}, {'type': 'uint256', 'value': direction}] parameters=[{"value":rollvalue,"type":"uint256"},{"value":direction,"type":"uint256"}] tx=tron.transaction_builder.trigger_smart_contract('TEEXEWrkMFKapSMJ6mErg39ELFKDqEs6w3','GoodLuck',fee_limit,bet_value,parameters) tx=tx['transaction']...

Hello serdervosh, I gave the code exactly as you suggested but I still get revert. below is my code `fee_limit =600000 multplier =1000000 bet_value=10*multplier direction=0 rollvalue=50 x=1 if x==1: ##for...