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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4957#discussion_r543588587">core/src/main/java/bisq/core/account/witness/AccountAgeWitnessService.java</a>:</p>
<pre style='color:#555'>> @@ -886,4 +887,24 @@ public String signInfoFromAccount(PaymentAccount paymentAccount) {
         var witness = getMyWitness(paymentAccount.getPaymentAccountPayload());
         return Utilities.bytesAsHexString(witness.getHash()) + "," + Utilities.bytesAsHexString(pubKey.getEncoded());
     }
+
+    public Tuple2<AccountAgeWitness, byte[]> signInfoFromString(String signInfo) {
+        var parts = signInfo.split(",");
</pre>
<p>Won't change, just easier to read with <code>,</code> as separator.</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/4957#discussion_r543588587">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVMVHHQYKP63MP5W7DSU6T6RANCNFSM4U4P2ZVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTEIDWM5EOKTNMS3R3SU6T6RA5CNFSM4U4P2ZVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEDZFNXI.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/4957#discussion_r543588587",
"url": "https://github.com/bisq-network/bisq/pull/4957#discussion_r543588587",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>