Add reverse sessionid address lookup

This commit is contained in:
lash
2024-10-30 00:59:59 +00:00
parent 727f54ee57
commit cb997159f7
4 changed files with 40 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ const (
DATA_ACTIVE_SYM
DATA_TEMPORARY_BAL
DATA_ACTIVE_BAL
DATA_PUBLIC_KEY_REVERSE
)
func typToBytes(typ DataTyp) []byte {