Update node.go

add error info
pull/3179/head
宋赓 5 years ago committed by Leo Chen
parent 093b67bb2d
commit 12d406736b
  1. 3
      node/node.go

@ -294,8 +294,9 @@ func (node *Node) AddPendingTransaction(newTx *types.Transaction) error {
node.tryBroadcast(newTx)
}
return err
}else{
return errors.New("shard do not match")
}
return nil
}
// AddPendingReceipts adds one receipt message to pending list.

Loading…
Cancel
Save