Update external tests and docs

This commit is contained in:
Leonardo Alt
2018-07-12 12:53:49 +02:00
parent c438b73f68
commit 3ebfcae829
11 changed files with 25 additions and 22 deletions
@@ -36,7 +36,7 @@ contract PullPayment {
throw;
}
if (this.balance < payment) {
if (address(this).balance < payment) {
throw;
}