refactor: add NodeIdCode type

This commit is contained in:
Derrick Hammer 2024-01-03 15:28:40 -05:00
parent 989cb82a01
commit 21ad88d55e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ var (
errorNotBase58BTC = errors.New("not a base58btc string")
)
type NodeIdCode = int
type NodeId struct {
Bytes []byte
}