Skip to content

Commit f907c9b

Browse files
committed
Hello GoLand
1 parent e675112 commit f907c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/blockchain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ func (bc *BlockChain) GasLimit() uint64 {
807807
}
808808

809809
// CurrentBlock retrieves the current head block of the canonical chain. The
810-
// block is retrieved from the blockchain's internal cache.
810+
// block is retrieved from the blockchain's internal cache. aa
811811
func (bc *BlockChain) CurrentBlock() *types.Block {
812812
return bc.currentBlock.Load().(*types.Block)
813813
}

0 commit comments

Comments
 (0)