Skip to content

Commit

Permalink
update Raft_exp
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxianyuan committed Nov 14, 2023
1 parent 8316de9 commit 9574fa5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/Raft_exp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ contract ContractTest is Test {

console.log("storedIndex magnification factor", storedindex2 / storedindex1);

vm.startPrank(address(PRM));
rcbETH_c.burn(address(expContract), rcbETH_c.balanceOf(address(expContract))); // burn all exploiter's rcbETH-c to ensure that all rcbETH-c belongs to this contract
vm.stopPrank();

IPRM.ERC20PermitSignature memory ERC20PermitSignature =
IPRM.ERC20PermitSignature(address(0), uint256(0), uint256(0), uint8(0), bytes32(0), bytes32(0));

Expand Down

0 comments on commit 9574fa5

Please sign in to comment.