removes TStakingTest contract in favor of ThresholdStakingForPREApplicationMock

pull/2861/head
Kieran Prasch 2022-02-01 14:42:38 -08:00
parent 82fb99022f
commit 98f9e8d33b
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
pragma solidity ^0.8.0;
contract TStakingTest {
function authorizedStake(address address1, address address2) public returns (uint256) {
return 0;
}
}