[bisq-network/bisq] List VF CASH (VFC) (#3066)

Bernard Labno notifications at github.com
Mon Aug 26 07:27:04 UTC 2019


blabno requested changes on this pull request.

NACK

> + * 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 VFCASH extends Coin {
+
+    public VFCASH() {
+        super("VF CASH", "VFC", 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/3066#pullrequestreview-279437930
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190826/5a9e24ae/attachment.html>


More information about the bisq-github mailing list