fixed one typo

Former-commit-id: db5dcfd6ed8fe974703468fcabd129a1938da175 [formerly 8c7abcba5a6e9dfe6fb7d012d3ba54a12b738755]
Former-commit-id: 3afb20fa51b2c191249c187431c7f7dfc2ac9274
This commit is contained in:
Terence Tsao 2018-03-08 09:40:59 -08:00
parent a66632477b
commit 979f29715e

View File

@ -128,7 +128,7 @@ func submitCollation(shardID int64) error {
// This function will call FetchCandidateHead() of the SMC to obtain
// more necessary information.
//
// This functions will fetch the transactions in the collator pool and and apply
// This functions will fetch the transactions in the proposer tx pool and and apply
// them to finish up the collation. It will then need to broadcast the
// collation to the main chain using JSON-RPC.
log.Info("Submit collation function called")