Skip to content

Commit

Permalink
Set monetaryFormat to BTC
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer authored and oscarguindzberg committed Dec 20, 2018
1 parent f76a9da commit 7cb2f4e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -128,7 +128,7 @@ public Coin getMinNonDustOutput() {

@Override
public MonetaryFormat getMonetaryFormat() {
return new MonetaryFormat();
return MonetaryFormat.BTC;
}

@Override
Expand Down

0 comments on commit 7cb2f4e

Please sign in to comment.