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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/2811#discussion_r281033588">assets/src/main/java/bisq/asset/coins/BurntBlackCoin.java</a>:</p>
<pre style='color:#555'>> + * along with Bisq. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+package bisq.asset.coins;
+
+import bisq.asset.AltCoinAccountDisclaimer;
+import bisq.asset.Coin;
+import bisq.asset.RegexAddressValidator;
+
+@AltCoinAccountDisclaimer("account.altcoin.popup.blk-burnt.msg")
+public class BurntBlackCoin extends Coin {
+    public static final short PAYLOAD_LIMIT = 15000;
+
+    public BurntBlackCoin() {
+        super("Burnt BlackCoin",
+              "BLK-BURNT",
</pre>
<p>Note that burnt blackcoins are just blackcoins with a peculiar script, hence the ticker should be actually <code>BLK</code>. However this would leave no room for adding BlackCoin with normal addresses. On the other hand, <code>BLK-BURNT</code> may be problematic in regard to price node (as external exchanges will use the <code>BLK</code> ticker).</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/pull/2811#pullrequestreview-233792696">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUPA7ZPGQDEP4QL6FTPT4TD5ANCNFSM4HK336SQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNU7GI4XQLC6NOVXGYTPT4TD5A5CNFSM4HK336S2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOBXXWJOA.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/pull/2811#pullrequestreview-233792696",
"url": "https://github.com/bisq-network/bisq/pull/2811#pullrequestreview-233792696",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>