Skip to content

Commit

Permalink
Hello GoLand
Browse files Browse the repository at this point in the history
  • Loading branch information
setunapo committed May 27, 2022
1 parent e675112 commit f907c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ func (bc *BlockChain) GasLimit() uint64 {
}

// CurrentBlock retrieves the current head block of the canonical chain. The
// block is retrieved from the blockchain's internal cache.
// block is retrieved from the blockchain's internal cache. aa
func (bc *BlockChain) CurrentBlock() *types.Block {
return bc.currentBlock.Load().(*types.Block)
}
Expand Down

0 comments on commit f907c9b

Please sign in to comment.