OmniLayer / omnicore

OmniCore staging tree
http://www.omnilayer.org/
MIT License
758 stars 230 forks source link

the transaction fee of the RPC method "omni_funded_send" #840

Open jarven-zhang opened 5 years ago

jarven-zhang commented 5 years ago

Today I used the RPC method named "omni_funded_send" to create a transaction, and the return is this

{"result":"6b87b999502ce9d4d6b50d8c440f9c1b40108a90251ad104a23ef332cfc216c1","error":null,"id":"1"}

image yes! the miner fee which should be set at least 3000 satoshis in bitcoin , the metho just set only 405 satoshis, WTF! It is based on what to judge how much fee to pay?

wanglinyu commented 5 years ago

Have you solved it, I have encountered the same problem?

dexX7 commented 5 years ago

Hey guys, the transaction fee is based on your client's settings, in particular -txconfirmtarget or -paytxfee.

shalakhin commented 4 years ago

it doesn't help. We have paytxfee=0.00002580 and omni_funded_send sets around 1000 satoshi for the transaction. So I guess those methods do not affect Omni Layer fees