Commit 0d7b54ba authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

err correction

parent 32d9d68b
......@@ -33,7 +33,7 @@ func stringToBytes(s string) ([]byte, error) {
if p.Size > 0 {
if len(sp) < 1 {
return nil, fmt.Errorf("protocol requires address, none given: %s", sp)
return nil, fmt.Errorf("protocol requires address, none given: %s", p.Name)
}
a, err := addressStringToBytes(p, sp[0])
if err != nil {
......
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