PullPayment rename fixes

This commit is contained in:
Michael J. Curry
2016-10-12 13:53:38 -04:00
parent 25d0ed0006
commit 21fb7463c7
7 changed files with 16 additions and 16 deletions

View File

@ -1,8 +1,8 @@
import '../PullPaymentCapable.sol';
import '../PullPayment.sol';
// UNSAFE CODE, DO NOT USE!
contract BadArrayUse is PullPaymentCapable {
contract BadArrayUse is PullPayment {
address[] employees;
function payBonus() {