[bisq-network/bisq] List Vidulum (VDL) (#2155)

Bernard Labno notifications at github.com
Sun Dec 23 12:05:02 UTC 2018


blabno requested changes on this pull request.

NACK per comments

> + * 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.AddressValidationResult;
+import bisq.asset.AddressValidator;
+import bisq.asset.Coin;
+
+public class Vidulum extends Coin {
+
+    public Vidulum() {
+        super("Vidulum", "VDL", new VidulumAddressValidator());

Use existing Regex 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/2155#pullrequestreview-187618194
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181223/e7760cfc/attachment.html>


More information about the bisq-github mailing list