Commit 7f74c396 authored by 张振华's avatar 张振华

update

parents 7c2d056e 5fbfa0cd
...@@ -502,6 +502,7 @@ func sendTopNRegistTx(cs *ConsensusState, reg *dty.TopNCandidatorRegist) bool { ...@@ -502,6 +502,7 @@ func sendTopNRegistTx(cs *ConsensusState, reg *dty.TopNCandidatorRegist) bool {
return true return true
} }
*/ */
func sendTransferTx(fromKey, to string, amount int64) bool { func sendTransferTx(fromKey, to string, amount int64) bool {
signer := util.HexToPrivkey(fromKey) signer := util.HexToPrivkey(fromKey)
var tx *types.Transaction var tx *types.Transaction
......
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