types: p2pID -> P2PID

This commit is contained in:
Ethan Buchman
2018-03-02 01:42:56 -05:00
parent 6cf5100645
commit ca3655a409
3 changed files with 9 additions and 6 deletions
-1
View File
@@ -187,7 +187,6 @@ func argsToJson(args map[string]interface{}) error {
continue
}
// Pass everything else to go-wire
data, err := json.Marshal(v)
if err != nil {
return err