diff --git a/contracts/utils_test.go b/contracts/utils_test.go index a391a9ed6e..3ec96eb46c 100644 --- a/contracts/utils_test.go +++ b/contracts/utils_test.go @@ -35,7 +35,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) }