Change to groestlcoin scheme

This commit is contained in:
HashEngineering 2021-01-23 10:16:24 -08:00
parent 93276e76a7
commit f8d40476b9
No known key found for this signature in database
GPG key ID: A615EB0C5CEBDEDE

View file

@ -6,7 +6,7 @@ import org.junit.Test;
public class BitcoinUriTest {
@Test
public void testSamourai() throws BitcoinURIParseException {
String uri = "bitcoin:BC1QT4NRM47695YWDG9N30N68JARMXRJNKFMR36994?amount=0,001";
String uri = "groestlcoin:BC1QT4NRM47695YWDG9N30N68JARMXRJNKFMR36994?amount=0,001";
BitcoinURI bitcoinURI = new BitcoinURI(uri);
Assert.assertEquals("BC1QT4NRM47695YWDG9N30N68JARMXRJNKFMR36994".toLowerCase(), bitcoinURI.getAddress().toString());