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,6 +1,6 @@
import '../PullPaymentCapable.sol';
import '../PullPayment.sol';
contract GoodArrayUse is PullPaymentCapable {
contract GoodArrayUse is PullPayment {
address[] employees;
mapping(address => uint) bonuses;