dashed-slug.net › Forums › General discussion › Giving coins to users programmatically › Reply To: Giving coins to users programmatically
March 6, 2022 at 6:42 pm
#11564
Inactive
-=- PYTHON CODE – x[1] = USER ID … data[] = server sided variables like login, reward amount and reserve ID -=-
ww = clienter.call(getReward(str(x[1]), ‘LETS’, str(data[“reward”])))
return ‘SENT BY ‘ + data[“reserve_id”] + ‘ SENT TO ‘ + str(x[1]) + ‘ WITH ‘ + str(data[“reward”]) + ‘ RETURNED ‘ + ww
RETURNED DATA
SENT BY 10523 SENT TO 10537 WITH 10 RETURNED Cannot send funds to self`