LegacyAddressTest: Fix copy-paste error.

This commit is contained in:
Premek
2019-04-18 15:39:28 +02:00
committed by Andreas Schildbach
parent d2459441a6
commit d91726483e

View File

@@ -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