mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21: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"));
|
||||
assertEquals("17kzeh4N8g49GFvdDzSf8PjaPfyoD1MndL", b.toString());
|
||||
assertEquals(ScriptType.P2PKH, a.getOutputScriptType());
|
||||
assertEquals(ScriptType.P2PKH, b.getOutputScriptType());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user