Commit bf51fdb5 authored by Janos Guljas's avatar Janos Guljas

fix swarm.Address.Bytes comment

parent 798bf369
......@@ -44,7 +44,7 @@ func (a Address) IsZero() bool {
return a.Equal(ZeroAddress)
}
// Bytes returns
// Bytes returns bytes representation of the Address.
func (a Address) Bytes() []byte {
return a.b
}
......
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