[bisq-network/bisq] List ZBit (ZBT) (#2573)

Bernard Labno notifications at github.com
Wed Apr 24 11:50:27 UTC 2019


blabno commented 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.AltCoinAccountDisclaimer;
+import bisq.asset.Coin;
+import bisq.asset.DefaultAddressValidator;
+
+ at AltCoinAccountDisclaimer("account.altcoin.popup.ZBT.msg")
+public class ZBit extends Coin {
+
+    public ZBit() {
+        super("ZBit", "ZBT", new DefaultAddressValidator());

Do not use deprecated validator.

-- 
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/2573#pullrequestreview-230057976
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190424/5375a57f/attachment.html>


More information about the bisq-github mailing list