<p><b>@chimp1984</b> approved this pull request.</p>

<p>utACK</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3195#discussion_r320285319">common/src/main/java/bisq/common/util/Hex.java</a>:</p>
<pre style='color:#555'>> + */
+
+package bisq.common.util;
+
+import com.google.common.io.BaseEncoding;
+
+public class Hex {
+
+    public static byte[] decode(String hex) {
+        return BaseEncoding.base16().lowerCase().decode(hex.toLowerCase());
+    }
+
+    public static String encode(byte[] bytes) {
+        return BaseEncoding.base16().lowerCase().encode(bytes);
+    }
+}
</pre>
<p>Actually it would be more clean to use the class as you added here. But maybe in a second PR would be good to refactor the usage of the Utilities methods to have only one method used for hex. There might be also use of the HEX class from BitcoinJ (same impl).</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/3195?email_source=notifications&email_token=AJFFTNTIR34TOJ2PTBBUUXTQHZUGVA5CNFSM4ITGMJ32YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDPGYLQ#pullrequestreview-283012142">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQZU77WNWSJCLJEMBLQHZUGVANCNFSM4ITGMJ3Q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNQA5GRAK22GFZUEF2DQHZUGVA5CNFSM4ITGMJ32YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDPGYLQ.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/3195?email_source=notifications\u0026email_token=AJFFTNTIR34TOJ2PTBBUUXTQHZUGVA5CNFSM4ITGMJ32YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDPGYLQ#pullrequestreview-283012142",
"url": "https://github.com/bisq-network/bisq/pull/3195?email_source=notifications\u0026email_token=AJFFTNTIR34TOJ2PTBBUUXTQHZUGVA5CNFSM4ITGMJ32YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDPGYLQ#pullrequestreview-283012142",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>