Commit 44393fac authored by jiangpeng's avatar jiangpeng Committed by vipwzw

make fmt

parent 4bbb6898
......@@ -79,7 +79,6 @@ func showPrivacyKey(cmd *cobra.Command, args []string) {
ctx.Run()
}
// CreatePub2PrivTxCmd create a public to privacy transaction
func createPub2PrivTxCmd() *cobra.Command {
cmd := &cobra.Command{
......
......@@ -94,7 +94,6 @@ func testShowPrivacyAccountSpend(t *testing.T, jrpc *jsonclient.JSONClient) erro
return err
}
func testShowAmountsOfUTXO(t *testing.T, jrpc *jsonclient.JSONClient) error {
reqPrivacyToken := pty.ReqPrivacyToken{Token: types.BTY}
var params rpctypes.Query4Jrpc
......
......@@ -745,7 +745,7 @@ func (policy *privacyPolicy) createPrivacy2PublicTx(req *types.ReqCreateTransact
Note: req.GetNote(),
Input: privacyInput,
Output: privacyOutput,
To: req.GetTo(),
To: req.GetTo(),
}
action := &privacytypes.PrivacyAction{
Ty: privacytypes.ActionPrivacy2Public,
......
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