[bisq-network/bisq] List Doichain (DOI) (#2347)

Nico Krause notifications at github.com
Thu Feb 7 08:00:51 UTC 2019


inspiraluna commented on this pull request.



> + * 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 Doichain extends Coin {
+
+    public Doichain() {
+        super("Doichain", "DOI", new DefaultAddressValidator());

we are strongly based on Namecoin, so I used Namecoin as an example. This probably means this PR gets rejected. So I'll look again to find an up-to-date 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/2347#discussion_r254576471
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190207/38fe45dd/attachment-0001.html>


More information about the bisq-github mailing list