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

Vladimir Khramov notifications at github.com
Tue Jan 22 10:17:16 UTC 2019


quantum13 commented on this pull request.



> + * 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 {

Fixed. I had made like I've seen in Grin pull request

-- 
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#discussion_r249717157
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190122/e5b2e4aa/attachment.html>


More information about the bisq-github mailing list