handel icon indicating copy to clipboard operation
handel copied to clipboard

Processing + Partitioner still uses fmt.Printf

Open nikkolasg opened this issue 5 years ago • 0 comments

github.com/ConsenSys/handel.logf(NOT the logger interface) is called from these 5 sites:

partitioner.go|231 col 8| static function call from (*github.com/ConsenSys/handel.binomialPartitioner).Combine
partitioner.go|244 col 7| static function call from (*github.com/ConsenSys/handel.binomialPartitioner).Combine
processing.go|364 col 7| static function call from github.com/ConsenSys/handel.verifySignature
processing.go|457 col 7| static function call from (*github.com/ConsenSys/handel.fifoProcessing).verifySignature
processing.go|418 col 8| static function call from (*github.com/ConsenSys/handel.fifoProcessing).processIncoming

nikkolasg avatar May 22 '19 08:05 nikkolasg