Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 328 Bytes

change-prank.md

File metadata and controls

17 lines (10 loc) · 328 Bytes

changePrank

Status

changePrank is deprecated.

Signature

function changePrank(address who) internal;

Description

Stops the active prank with stopPrank and passes address to startPrank.

Useful for starting a global prank in the setUp function and deactivating it in certain tests.