Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Jan 14, 2018
1 parent b56ec43 commit 018d537
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 8 deletions.
2 changes: 1 addition & 1 deletion contracts/MultiSend.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pragma solidity ^0.4.18;

import "node_modules/giveth-common-contracts/contracts/Escapable.sol";
import "../node_modules/giveth-common-contracts/contracts/Escapable.sol";

// TightlyPacked is cheaper if you need to store input data and if amount is less than 12 bytes.
// Normal is cheaper if you don't need to store input data or if amounts are greater than 12 bytes.
Expand Down
Loading

0 comments on commit 018d537

Please sign in to comment.