2
0
mirror of https://github.com/kaspanet/kaspad.git synced 2025-03-30 15:08:33 +00:00

Update sign.go

This commit is contained in:
topianet 2023-12-29 12:53:38 +01:00 committed by GitHub
parent cd817244db
commit d5cae773df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,8 +6,8 @@ import (
"os"
"strings"
"github.com/kaspanet/kaspad/cmd/kaspawallet/keys"
"github.com/kaspanet/kaspad/cmd/kaspawallet/libkaspawallet"
"github.com/fabbez/topiad/cmd/kaspawallet/keys"
"github.com/fabbez/topiad/cmd/kaspawallet/libkaspawallet"
"github.com/pkg/errors"
)