inertia186 / drotto

Pay-to-play voting bot.
Other
30 stars 42 forks source link

Bounce transfers did not work here #1

Closed elieltavares closed 7 years ago

elieltavares commented 7 years ago

I had to go back to

   transfer = {
       type: :transfer,
        from: account_name,
        to: from,
        amount: amount,
        memo: "Unable to accept bid.  (ID:#{id})"
      }

      tx = Radiator::Transaction.new(chain_options.merge(wif: active_wif))
      tx.operations << transfer

      debug tx.process(true)

And it worked