[bisq-network/bisq] List Webchain (WEB) (#2154)

Khaled Alam notifications at github.com
Sun Dec 23 12:37:14 UTC 2018


khaledalam 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.Coin;
+import bisq.asset.RegexAddressValidator;
+
+public class Webchain extends Coin {
+
+    public Webchain() {
+        super("Webchain", "WEB", new RegexAddressValidator("^0x[0-9a-fA-F]{40}$"));
+    }
+}

@blabno i created new PR and added newline at the end of file here: #2167 but seems same changes.

-- 
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/2154#discussion_r243762075
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181223/6305aca6/attachment.html>


More information about the bisq-github mailing list