mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 03:10:48 +00:00
fix typo in TestUpdateSignerListIfVotedBeforeGap
This commit is contained in:
parent
04155ed7c0
commit
4737d9bac6
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ func TestNotChangeSingerListIfNothingProposedOrVoted(t *testing.T) {
|
||||||
func TestUpdateSignerListIfVotedBeforeGap(t *testing.T) {
|
func TestUpdateSignerListIfVotedBeforeGap(t *testing.T) {
|
||||||
|
|
||||||
blockchain, backend, parentBlock := PrepareXDCTestBlockChain(t, GAP-2)
|
blockchain, backend, parentBlock := PrepareXDCTestBlockChain(t, GAP-2)
|
||||||
// Insert first Block 450 A
|
// Insert first Block 449
|
||||||
t.Logf("Inserting block with propose at 449...")
|
t.Logf("Inserting block with propose at 449...")
|
||||||
blockCoinbaseA := "0xaaa0000000000000000000000000000000000449"
|
blockCoinbaseA := "0xaaa0000000000000000000000000000000000449"
|
||||||
tx, err := voteTX(37117, 0, acc1Addr.String())
|
tx, err := voteTX(37117, 0, acc1Addr.String())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue