fix: dont strip off anything

This commit is contained in:
Derrick Hammer 2024-01-07 11:24:47 -05:00
parent 1b8ba683c0
commit 3f469a3a15
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ func (nodeId *NodeId) ToString() (string, error) {
}
func (nodeId *NodeId) Raw() []byte {
return nodeId.bytes[1:]
return nodeId.bytes
}