Revert "Fixes #69"

This reverts commit 97b014a429.
This commit is contained in:
The3D 2020-10-15 17:52:52 +02:00
parent 97b014a429
commit 5660a7767f
2 changed files with 1 additions and 15 deletions

View File

@ -65,7 +65,7 @@ library ValidationLogic {
GenericLogic.balanceDecreaseAllowed( GenericLogic.balanceDecreaseAllowed(
reserveAddress, reserveAddress,
msg.sender, msg.sender,
amount, userBalance,
reservesData, reservesData,
userConfig, userConfig,
reserves, reserves,

View File

@ -342,20 +342,6 @@
"expected": "success" "expected": "success"
} }
] ]
},
{
"description": "Users 1 tries to withdraw 0.05 WETH, which does not bring the HF below 1",
"actions": [
{
"name": "withdraw",
"args": {
"reserve": "WETH",
"amount": "0.05",
"user": "1"
},
"expected": "success"
}
]
} }
] ]
} }