Skip to content

Commit

Permalink
Fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralleiter committed Dec 10, 2017
1 parent 5889810 commit 0143667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class VersionedChecksummedBytesTest {
@Test
public void stringification() throws Exception {
// Test a testnet address.
VersionedChecksummedBytes a = new VersionedChecksummedBytes(0,
VersionedChecksummedBytes a = new VersionedChecksummedBytes(111,
HEX.decode("fda79a24e50ff70ff42f7d89585da5bd19d9e5cc"));
assertEquals("n4eA2nbYqErp7H6jebchxAN59DmNpksexv", a.toString());

Expand Down

0 comments on commit 0143667

Please sign in to comment.