mirror of https://github.com/nucypher/nucypher.git
removes TStakingTest contract in favor of ThresholdStakingForPREApplicationMock
parent
82fb99022f
commit
98f9e8d33b
|
@ -1,7 +0,0 @@
|
|||
pragma solidity ^0.8.0;
|
||||
|
||||
contract TStakingTest {
|
||||
function authorizedStake(address address1, address address2) public returns (uint256) {
|
||||
return 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue