mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
fix blocksigner deploy
This commit is contained in:
parent
b409d09cb4
commit
df99d58a00
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue