pull/3179/head
songgeng87 5 years ago committed by Leo Chen
parent cc6563f7ea
commit 69f3ae3e29
  1. 2
      node/node.go

@ -294,7 +294,7 @@ func (node *Node) AddPendingTransaction(newTx *types.Transaction) error {
node.tryBroadcast(newTx)
}
return err
}else{
} else {
return errors.New("shard do not match")
}
}

Loading…
Cancel
Save