-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List Navcoin (NAV) #2527
List Navcoin (NAV) #2527
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NACK per comments
|
||
public class Navcoin extends Coin { | ||
public Navcoin() { | ||
super("Navcoin", "NAV", new Base58BitcoinAddressValidator(new NavcoinMainNetParams()), Network.MAINNET); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Network.MAINNET
param as it is the default value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just squash the commits into a single one
62f5aef
to
33b04fb
Compare
@aguycalled fix the commit message to be aligned with the documentation, or grant me an access to your fork and I'll do that |
33b04fb
to
ad44ca5
Compare
@blabno fixed. granted you access too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
This PR includes the changes necessary to re-enable support of Navcoin in Bisq.
Many community members expressed their interest in seeing the coin supported again after the implementation of the last new features like Community Fund, Cold Staking or the novel privacy method ZeroCT.