forked from Qortal/qortal
Updated DGB and RVN tests due to conflict.
This commit is contained in:
parent
58917eeeb4
commit
fa4679dcc4
@ -81,7 +81,7 @@ public class DigibyteTests extends Common {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetWalletBalance() {
|
||||
public void testGetWalletBalance() throws ForeignBlockchainException {
|
||||
String xprv58 = "tprv8ZgxMBicQKsPdahhFSrCdvC1bsWyzHHZfTneTVqUXN6s1wEtZLwAkZXzFP6TYLg2aQMecZLXLre5bTVGajEB55L1HYJcawpdFG66STVAWPJ";
|
||||
|
||||
Long balance = digibyte.getWalletBalance(xprv58);
|
||||
|
@ -81,7 +81,7 @@ public class RavencoinTests extends Common {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetWalletBalance() {
|
||||
public void testGetWalletBalance() throws ForeignBlockchainException {
|
||||
String xprv58 = "tprv8ZgxMBicQKsPdahhFSrCdvC1bsWyzHHZfTneTVqUXN6s1wEtZLwAkZXzFP6TYLg2aQMecZLXLre5bTVGajEB55L1HYJcawpdFG66STVAWPJ";
|
||||
|
||||
Long balance = ravencoin.getWalletBalance(xprv58);
|
||||
|
Loading…
Reference in New Issue
Block a user