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 Jan 3, 2019
1 parent 5e29c0f commit 752879c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 752879c

Please sign in to comment.