Skip to content

Commit

Permalink
fixes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Mar 2, 2023
1 parent e011a0f commit 3657017
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/stretchr/testify/require"
)

var pubKeyConverter, _ = pubkeyConverter.NewBech32PubkeyConverter(32, log)
var pubKeyConverter, _ = pubkeyConverter.NewBech32PubkeyConverter(32, &testscommon.LoggerStub{})

func prepareMockArg() ArgTransactionsFeeProcessor {
return ArgTransactionsFeeProcessor{
Expand Down

0 comments on commit 3657017

Please sign in to comment.