[bisq-network/bisq] List Trust Eth reOrigin (TEO) (#2720)

Trustfarm-heart notifications at github.com
Wed Apr 24 13:19:08 UTC 2019


trustfarm-dev commented on this pull request.

https://github.com/bisq-network/bisq/pull/2720/commits/dfccd27d74fc408975dd95524a2741c5cf621c20
Changed Address Validator to Custom Regex Ether Compatible Validater.

> + * 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 TEO extends Coin {
+
+    public TEO() {
+        super("Trust Ether reOrigin", "TEO", new DefaultAddressValidator());

Can you inform me a reference code? 
above DefaultAddressValidator() codes refer from Ethereum Classic.
thanks,

-- 
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/2720#pullrequestreview-230066063
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190424/e696dcb6/attachment.html>


More information about the bisq-github mailing list