Commit 86fb0f34 authored by vipwzw's avatar vipwzw

auto ci

parent 21d7b326
......@@ -439,7 +439,7 @@ func Exec_QueryExpiredAccounts(expiredtime int64, stateDB db.KV, kvdb db.KVDB) (
}
func signTx(tx *types.Transaction, hexPrivKey string) (*types.Transaction, error) {
signType := types.SECP256K1
c, err := crypto.Load(types.GetSignName("", signType),-1)
c, err := crypto.Load(types.GetSignName("", signType), -1)
if err != nil {
return tx, err
}
......
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