Update contracts/zero-ex/tests/MetaTransactionTest.t.sol

Co-authored-by: duncancmt <1207590+duncancmt@users.noreply.github.com>
This commit is contained in:
Patrick Dowell
2023-02-05 23:00:55 -08:00
committed by GitHub
parent 01fcbf0ac4
commit 1109fe7d25

View File

@@ -61,7 +61,8 @@ contract MetaTransactionTest is BaseTest {
vm.deal(signerAddress, 10e18);
}
function getSigner() public returns (address, uint) {
function _getSigner() private returns (address, uint) {
string memory mnemonic = "test test test test test test test test test test test junk";
uint256 privateKey = vm.deriveKey(mnemonic, 0);
vm.label(vm.addr(privateKey), "zeroEx/MarketMaker");