Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioMacaronio committed Jan 20, 2020
1 parent 35b18c7 commit f26d880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/integration_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe("INTEGRATION", function() {

// Full exit eth
const fullExitAmount = parseEther("0.096778"); // amount after: tx value - some counted fee - exit amount
const fullExitMinusGas = parseEther("0.096047407");
const fullExitMinusGas = parseEther("0.096047308");
const accId = 0;
const pubkey = "0x0000000000000000000000000000000000000000000000000000000000000000";
const signature = Buffer.from("00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "hex");
Expand Down

0 comments on commit f26d880

Please sign in to comment.