refactor: rename accaddr package to address

This commit is contained in:
Prad Nukala
2024-12-02 14:53:41 -05:00
parent 31bcc21c35
commit e62ec45e82
7 changed files with 5 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
package bip32
@@ -1,4 +1,4 @@
package bip32
package address
import (
"crypto/hmac"
@@ -1,4 +1,4 @@
package bip32
package address
type CoinType uint32
+1
View File
@@ -0,0 +1 @@
package middleware
+1
View File
@@ -0,0 +1 @@
package middleware
+1
View File
@@ -0,0 +1 @@
package middleware