bitshares / bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core

Home Page:https://bitshares.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Since when do I need to USD transfer fees in USD?

xeroc opened this issue · comments

I wrote a script that regularily exchanges income from the charity delegates
into USD and EUR and transfer them to a separated "payouts.charity" account.

I used to pay the tx fee in BTS, but this does not work in the 0.9.0-rc1
release, anylonger:

delegate (unlocked) >>> balance
ACCOUNT                         BALANCE                     
============================================================
exchange.charity                1,785.77741 BTS             
                                1.4211 USD                  
delegate (unlocked) >>> transfer 1.4211 USD exchange.charity payouts.charity
20010 insufficient_funds: insufficient funds

Is this a desired behavior? If so, we should have a document that states how to
derive the USD fee for transfers, even better, have a RPC call or attribute in
the asset that shows the tx fee in USD.

"insufficient funds" me too

commented

Now the default fee for transferring bitUSD is in bitUSD? How much is it?
Is it possible if I want to pay the fee with BTS?

could we still have blockchain_get_asset USD show the transaction fee if payed in bitUSD?