[bisq-network/bisq-assets] Add support for the CryptoTari stellar token (#24)

Bernard Labno notifications at github.com
Tue Jun 5 07:29:47 UTC 2018


blabno requested changes on this pull request.

NACK per comments.

> + *
+ *
+ * CryptoTari is a stellar token issued by account:
+ * GD7UVDDJHJYKUXB4SJFIC6VJDQ4YADQCMRN3KLHJFV4H6NIUAEREVCO7
+ * block explorer: https://stellarchain.io/
+ */
+
+package bisq.asset.tokens;
+
+import bisq.asset.Token;
+import bisq.asset.StellarAddressValidator;
+
+public class Tari extends Token {
+
+    public Tari() {
+        super("CryptoTari", "TARI", new StellarAddressValidator() );

Use existing regex validator.

> + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * 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/>.
+ *
+ *
+ * CryptoTari is a stellar token issued by account:
+ * GD7UVDDJHJYKUXB4SJFIC6VJDQ4YADQCMRN3KLHJFV4H6NIUAEREVCO7
+ * block explorer: https://stellarchain.io/
+ */
+
+package bisq.asset.tokens;
+
+import bisq.asset.Token;

This file does not conform to Bisq code style.

-- 
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-assets/pull/24#pullrequestreview-125848094
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180605/a2f3cc9f/attachment.html>


More information about the bisq-github mailing list