Skip to content

Commit

Permalink
Merge branch 'issues/222' into issues/216
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Sep 26, 2023
2 parents 02a74a4 + 32365c9 commit 447bede
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public class QueryBalanceStepDefinitions {
private JsonNode queryBalanceJson;
private DeployData deployData;
private long transferAmount;
private long currentBalance;
private JsonBlockData initialBlock;
private QueryBalanceData initialBalance;
private String initialStateRootHash;
Expand Down Expand Up @@ -170,7 +169,6 @@ public void thatAQueryBalanceIsObtainedByMainPursePublicKeyOfUserAndLatestBlockI
purseIdentifier
);

this.currentBalance = queryBalanceData.getBalance().longValue();
}

@Then("the balance includes the transferred amount")
Expand Down

0 comments on commit 447bede

Please sign in to comment.