[bisq-network/bisq] List Bitmark (BTM) (#1755)

Bernard Labno notifications at github.com
Mon Oct 15 14:20:29 UTC 2018


blabno requested changes on this pull request.

NACK per comments

> + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
+ * License for more details.
+ *
+ * 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.Coin;
+import bisq.asset.DefaultAddressValidator;
+
+public class Bitmark extends Coin {
+
+    public Bitmark() {
+        super("Bitmark", "BTM", new DefaultAddressValidator());

This validator is deprecated:
>it exists for legacy purposes and is deprecated to indicate that new Asset implementations should NOT use it

-- 
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/1755#pullrequestreview-164727811
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181015/2312cd71/attachment.html>


More information about the bisq-github mailing list