• R/O
  • HTTP
  • SSH
  • HTTPS

bytom: 提交

Official Go implementation of the Bytom protocol


Commit MetaInfo

修订版4ae1b04ac9df375877d82138306a05a6e90b84b4 (tree)
时间2019-11-29 16:43:42
作者paladz <453256728@qq.c...>
Commiterpaladz

Log Message

edit for code review

更改概述

差异

--- a/protocol/validation/tx.go
+++ b/protocol/validation/tx.go
@@ -582,7 +582,5 @@ func ValidateTxs(txs []*bc.Tx, block *bc.Block) []*ValidateTxResult {
582582
583583 close(closeCh)
584584 wg.Wait()
585- close(workCh)
586- close(resultCh)
587585 return results
588586 }
Show on old repository browser