Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrower95 committed Nov 13, 2024
1 parent c55e62f commit 400bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/MultisigBuilder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract contract MultisigBuilder is ZeusScript {
// creates and return SafeTx object
// assumes 0 value (ETH) being sent to multisig

address multiSendCallOnly = zeusAddress(multiSendCallOnlyName);
address multiSendCallOnly = zAddress(multiSendCallOnlyName);

return SafeTx({to: multiSendCallOnly, value: 0, data: data, op: EncGnosisSafe.Operation.DelegateCall});
}
Expand Down

0 comments on commit 400bd5f

Please sign in to comment.