[bisq-network/bisq] List Mile (MILE) (#2291)

Bernard Labno notifications at github.com
Tue Jan 22 10:06:09 UTC 2019


blabno requested changes on this pull request.

NACK per comments

> + * along with Bisq. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+package bisq.asset;
+
+import org.bitcoinj.core.AddressFormatException;
+import org.bitcoinj.core.Base58;
+
+import java.util.Arrays;
+import java.util.zip.CRC32;
+import java.util.zip.Checksum;
+
+/**
+ * Mile address - base58(32 bytes of public key + 4 bytes of crc32)
+ */
+public class MileAddressValidator implements AddressValidator {

Make this inner class of Mile as it will not be used anywhere else.

-- 
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/pull/2291#pullrequestreview-194922733
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190122/f25fa1f3/attachment-0001.html>


More information about the bisq-github mailing list