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

Nikita Chisnikov notifications at github.com
Tue Jul 9 10:12:20 UTC 2019


nikchis commented on this pull request.



> + *
+ * 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);

Done.

-- 
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#discussion_r301505842
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190709/c9033355/attachment.html>


More information about the bisq-github mailing list