We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e675112 commit f907c9bCopy full SHA for f907c9b
1 file changed
core/blockchain.go
@@ -807,7 +807,7 @@ func (bc *BlockChain) GasLimit() uint64 {
807
}
808
809
// CurrentBlock retrieves the current head block of the canonical chain. The
810
-// block is retrieved from the blockchain's internal cache.
+// block is retrieved from the blockchain's internal cache. aa
811
func (bc *BlockChain) CurrentBlock() *types.Block {
812
return bc.currentBlock.Load().(*types.Block)
813
0 commit comments