OmniLayer / OmniJ

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

Upgrade to ConsensusJ 0.5.4 #191

Closed msgilligan closed 4 years ago

msgilligan commented 4 years ago

ConsensusJ 0.5.4 has the new sendRawTransaction(Transaction tx, Coin maxFeeRate) method.

This PR includes a method used by the tests to use this method when available.