Fixed issues with merge

This commit is contained in:
CalDescent 2022-05-10 08:01:07 +01:00
parent 3fc4746a52
commit 28fd9241d4
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public class DigibyteTests extends Common {
} }
@Test @Test
public void testGetWalletBalance() { public void testGetWalletBalance() throws ForeignBlockchainException {
String xprv58 = "xpub661MyMwAqRbcEnabTLX5uebYcsE3uG5y7ve9jn1VK8iY1MaU3YLoLJEe8sTu2YVav5Zka5qf2dmMssfxmXJTqZnazZL2kL7M2tNKwEoC34R"; String xprv58 = "xpub661MyMwAqRbcEnabTLX5uebYcsE3uG5y7ve9jn1VK8iY1MaU3YLoLJEe8sTu2YVav5Zka5qf2dmMssfxmXJTqZnazZL2kL7M2tNKwEoC34R";
Long balance = digibyte.getWalletBalance(xprv58); Long balance = digibyte.getWalletBalance(xprv58);

View File

@ -81,7 +81,7 @@ public class RavencoinTests extends Common {
} }
@Test @Test
public void testGetWalletBalance() { public void testGetWalletBalance() throws ForeignBlockchainException {
String xprv58 = "xpub661MyMwAqRbcEt3Ge1wNmkagyb1J7yTQu4Kquvy77Ycg2iPoh7Urg8s9Jdwp7YmrqGkDKJpUVjsZXSSsQgmAVUC17ZVQQeoWMzm7vDTt1y7"; String xprv58 = "xpub661MyMwAqRbcEt3Ge1wNmkagyb1J7yTQu4Kquvy77Ycg2iPoh7Urg8s9Jdwp7YmrqGkDKJpUVjsZXSSsQgmAVUC17ZVQQeoWMzm7vDTt1y7";
Long balance = ravencoin.getWalletBalance(xprv58); Long balance = ravencoin.getWalletBalance(xprv58);