Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
fix: set lower blocknumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-HauTran3 committed Oct 23, 2023
1 parent 7b7e7af commit 58dc15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ public void getGovernanceStakingInfo() throws IOException {

@Test
public void getRewardsAccumulated () throws IOException {
RewardsAccumulated response = caver.rpc.governance.getRewardsAccumulated(BigInteger.valueOf(1900), BigInteger.valueOf(1950)).send();
RewardsAccumulated response = caver.rpc.governance.getRewardsAccumulated(BigInteger.valueOf(5), BigInteger.valueOf(10)).send();
assertNotNull(response);
assertFalse(response.hasError());
}
Expand Down

0 comments on commit 58dc15c

Please sign in to comment.