<p><b>@litlp007</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-assets/pull/19#discussion_r191497777">src/main/java/bisq/asset/StellarTokenAddressValidator.java</a>:</p>
<pre style='color:#555'>> + * Validates whether a stellar address has the necessary trustline
+ * established to receive the token. The validator uses the stellar
+ * horizon network to do the lookup.
+ *
+ * @author Peter Molnar/litlp007
+ * @since 0.7.0
+ */
+public class StellarTokenAddressValidator implements AddressValidator {
+
+   private String code;
+   private String issuer;
+
+   public static String getText(String url) throws Exception {
+        URL website = new URL(url);
+        URLConnection connection = website.openConnection();
+        BufferedReader in = new BufferedReader(
</pre>
<p>Thank you for the quick response.<br>
I understand your position, but let me explain the situation a bit more so you may reconsider.</p>
<p>The ripple/stellar network works in a way that there is no way to tell offline whether a specific address can receive a specific token or not (an account needs to set up a "trust line" before it can hold a specific token).<br>
We could validate the address syntax offline but if someone would buy the token without the established trust line then the seller would not be able to transfer the tokens even if he/she wanted to and the deal would go straight to arbitration (as the seller could not contact the buyer directly to tell him/her to establish the needed trust).</p>
<p>Given the above would you reconsider the rejection - or suggest an alternative?</p>
<p>Thanks!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq-assets/pull/19#discussion_r191497777">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtisuD0XCZGTKzI4bXiMlWkt7idfEks5t3X0FgaJpZM4URwmz">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZth6AROuvPk8sQV6O3Xu8c4Yw3UJEks5t3X0FgaJpZM4URwmz.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","potentialAction":{"@type":"ViewAction","target":"https://github.com/bisq-network/bisq-assets/pull/19#discussion_r191497777","url":"https://github.com/bisq-network/bisq-assets/pull/19#discussion_r191497777","name":"View Pull Request"},"description":"View this Pull Request on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"https://github.com"}}</script>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq-assets","title":"bisq-network/bisq-assets","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq-assets"}},"updates":{"snippets":[{"icon":"PERSON","message":"@litlp007 commented on #19"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq-assets/pull/19#discussion_r191497777"}}}</script>
<script type="application/ld+json">{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "37567f93-e2a7-4e2a-ad37-a9160fc62647",
"title": "@litlp007 commented on 19",
"sections": [
{
"text": "",
"activityTitle": "**LiTlP007**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@litlp007",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq-assets/pull/19#discussion_r191497777"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 340199859\n}"
}
],
"themeColor": "26292E"
}</script>