OmniLayer / OmniJ

OmniLayer for Java, JVM, and Android
Apache License 2.0
133 stars 89 forks source link

Use omniSendDExAccept instead of acceptDexOffer #132

Closed dexX7 closed 8 years ago

dexX7 commented 8 years ago

When creating a DEx accept with omniSendDExAccept, the transaction fee may not be sufficient, because it uses the global client fee to create the accept transaction. Creating the transaction via Omni Core's RPC layer takes care of the fee handling.