Skip to content

Commit 82aa5b1

Browse files
vivekanand1101karalabe
authored andcommitted
core: fix a small typo in blockchain.go (#3611)
1 parent 1886d03 commit 82aa5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/blockchain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ func (self *BlockChain) WriteBlock(block *types.Block) (status WriteStatus, err
853853
return
854854
}
855855

856-
// InsertChain will attempt to insert the given chain in to the canonical chain or, otherwise, create a fork. It an error is returned
856+
// InsertChain will attempt to insert the given chain in to the canonical chain or, otherwise, create a fork. If an error is returned
857857
// it will return the index number of the failing block as well an error describing what went wrong (for possible errors see core/errors.go).
858858
func (self *BlockChain) InsertChain(chain types.Blocks) (int, error) {
859859
// Do a sanity check that the provided chain is actually ordered and linked

0 commit comments

Comments
 (0)