Skip to content
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

Merged
merged 1 commit into from
Mar 19, 2019
Merged

List Navcoin (NAV) #2527

merged 1 commit into from
Mar 19, 2019

Conversation

aguycalled
Copy link
Contributor

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.

Copy link

@blabno blabno left a 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);
Copy link

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

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

@blabno
Copy link

blabno commented Mar 19, 2019

@aguycalled fix the commit message to be aligned with the documentation, or grant me an access to your fork and I'll do that

@aguycalled
Copy link
Contributor Author

@blabno fixed. granted you access too

Copy link

@blabno blabno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@ripcurlx ripcurlx merged commit 68f7aad into bisq-network:master Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants