mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
resolve file conflict
This commit is contained in:
parent
dccf2ca3e9
commit
e712c2a377
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func TestSendTxSign(t *testing.T) {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
transactOpts := bind.NewKeyedTransactor(acc1Key)
|
transactOpts := bind.NewKeyedTransactor(acc1Key)
|
||||||
blockSignerAddr, blockSigner, err := blocksigner.DeployBlockSigner(transactOpts, backend)
|
blockSignerAddr, blockSigner, err := blocksigner.DeployBlockSigner(transactOpts, backend, big.NewInt(99))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("Can't get block signer: %v", err)
|
t.Fatalf("Can't get block signer: %v", err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue