Commit a2dd4787 authored by jixingwei's avatar jixingwei Committed by vipwzw

rebuild

parent 063535fc
...@@ -17,6 +17,7 @@ const ( ...@@ -17,6 +17,7 @@ const (
maxBlockNum = 10 maxBlockNum = 10
) )
// GetRandNum for ticket executor // GetRandNum for ticket executor
func (ticket *Ticket) GetRandNum(blockHash []byte, blockNum int64) (types.Message, error) { func (ticket *Ticket) GetRandNum(blockHash []byte, blockNum int64) (types.Message, error) {
tlog.Debug("GetRandNum", "blockHash", blockHash, "blockNum", blockNum) tlog.Debug("GetRandNum", "blockHash", blockHash, "blockNum", blockNum)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment