mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
LegacyAddressTest: Fix copy-paste error.
This commit is contained in:
committed by
Andreas Schildbach
parent
d2459441a6
commit
d91726483e
@@ -68,7 +68,7 @@ public class LegacyAddressTest {
|
|||||||
|
|
||||||
LegacyAddress b = LegacyAddress.fromPubKeyHash(MAINNET, HEX.decode("4a22c3c4cbb31e4d03b15550636762bda0baf85a"));
|
LegacyAddress b = LegacyAddress.fromPubKeyHash(MAINNET, HEX.decode("4a22c3c4cbb31e4d03b15550636762bda0baf85a"));
|
||||||
assertEquals("17kzeh4N8g49GFvdDzSf8PjaPfyoD1MndL", b.toString());
|
assertEquals("17kzeh4N8g49GFvdDzSf8PjaPfyoD1MndL", b.toString());
|
||||||
assertEquals(ScriptType.P2PKH, a.getOutputScriptType());
|
assertEquals(ScriptType.P2PKH, b.getOutputScriptType());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user