mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user