Skip to content

Commit

Permalink
Remove unused passphrase on msig transactor (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpick authored Aug 19, 2024
1 parent afad103 commit bc7c778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fil_msig_proposer_transactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func NewFilMsigProposerWalletTransactor(
from address.Address,
fromPrivateKey []byte,
msig address.Address,
passphrase string,
) (*EthClientShim, *bind.TransactOpts, error) {
shimImpl := &EthClientShimFilMsigProposer{
from: from,
Expand Down

0 comments on commit bc7c778

Please sign in to comment.