You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Vm.sol
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ interface VmSafe {
116
116
// Labels an address in call traces
117
117
function label(addressaccount, stringcalldatanewLabel) external;
118
118
// Gets the label for the specified address
119
-
function getLabel(addressaccount) externalreturns (stringmemorylabel);
119
+
function getLabel(addressaccount) externalreturns (stringmemorycurrentLabel);
120
120
// Using the address that calls the test contract, has the next call (at this call depth only) create a transaction that can later be signed and sent onchain
121
121
function broadcast() external;
122
122
// Has the next call (at this call depth only) create a transaction with the address provided as the sender that can later be signed and sent onchain
0 commit comments