mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Nil state fallback in Blockchain.HeadState() (#4042)
* Can build * All tests pass * Update beacon-chain/blockchain/chain_info.go * Fix context
This commit is contained in:
committed by
Raul Jordan
parent
7acb45d186
commit
26da7c4114
@@ -73,5 +73,5 @@ func TestHeadState_DataRace(t *testing.T) {
|
||||
[32]byte{},
|
||||
)
|
||||
}()
|
||||
s.HeadState()
|
||||
s.HeadState(context.Background())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user