diff --git a/contracts/utils_test.go b/contracts/utils_test.go index 9bfc9aa94b..78b068dcf6 100644 --- a/contracts/utils_test.go +++ b/contracts/utils_test.go @@ -50,7 +50,7 @@ func TestSendTxSign(t *testing.T) { ctx := context.Background() transactOpts := bind.NewKeyedTransactor(acc1Key) - blockSignerAddr, blockSigner, err := blocksigner.DeployBlockSigner(transactOpts, backend) + blockSignerAddr, blockSigner, err := blocksigner.DeployBlockSigner(transactOpts, backend, big.NewInt(99)) if err != nil { t.Fatalf("Can't get block signer: %v", err) }