mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
Add Bitcoin max money to Dogecoin parameters
Add Bitcoin max money to Dogecoin parameters as workaround until bitcoinj hooks for network-specific maximums are complete.
This commit is contained in:
parent
a3910134f8
commit
bf9539076f
@ -149,7 +149,8 @@ public abstract class AbstractDogecoinParams extends NetworkParameters implement
|
||||
|
||||
@Override
|
||||
public Coin getMaxMoney() {
|
||||
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
|
||||
// TODO: Change to be Doge compatible
|
||||
return MAX_MONEY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user