fix: dont strip off anything
This commit is contained in:
parent
1b8ba683c0
commit
3f469a3a15
|
@ -59,5 +59,5 @@ func (nodeId *NodeId) ToString() (string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (nodeId *NodeId) Raw() []byte {
|
func (nodeId *NodeId) Raw() []byte {
|
||||||
return nodeId.bytes[1:]
|
return nodeId.bytes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue