[bisq-network/bisq] List Particl (PART) (#2919)

Bernard Labno notifications at github.com
Tue Jul 9 08:08:42 UTC 2019


blabno requested changes on this pull request.

NACK per comments

> + *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with Bisq. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+package bisq.asset.coins;
+
+import bisq.asset.Base58BitcoinAddressValidator;
+import bisq.asset.Coin;
+import bisq.asset.NetworkParametersAdapter;
+import bisq.asset.AddressValidationResult;
+
+
+public class Particl extends Coin {
+    public Particl() {
+        super("Particl", "PART", new ParticlMainNetAddressValidator(), Network.MAINNET);

`Network.MAINNET` is a default value, so remove that param.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2919#pullrequestreview-259332446
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190709/fb371b8e/attachment.html>


More information about the bisq-github mailing list