We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12ab77 commit 40ec80cCopy full SHA for 40ec80c
.soliumignore
@@ -1,7 +1,7 @@
1
node_modules
2
-contracts/Staking.sol
3
-contracts/Migrations.sol
+contracts/abdk-libraries-solidity
4
contracts/bancor
5
contracts/openzeppelin
+contracts/Migrations.sol
6
contracts/MultiSigWallet.sol
7
-contracts/abdk-libraries-solidity
+contracts/Staking.sol
contracts/Staking.sol
@@ -11,11 +11,9 @@ import "./Governed.sol";
11
import "./GraphToken.sol";
12
import "./libs/Rebates.sol";
13
import "./libs/Stakes.sol";
14
-import "./bytes/BytesLib.sol";
15
16
17
contract Staking is Governed {
18
- using BytesLib for bytes;
19
using SafeMath for uint256;
20
using Stakes for Stakes.Indexer;
21
using Stakes for Stakes.Allocation;
contracts/bytes/AssertBytes.sol
0 commit comments