Update broadcast.go

This commit is contained in:
topianet 2023-12-29 12:29:26 +01:00 committed by GitHub
parent b0e20527d1
commit 778908a492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ import (
"io/ioutil" "io/ioutil"
"strings" "strings"
"github.com/kaspanet/kaspad/cmd/kaspawallet/daemon/client" "github.com/fabbez/topiad/cmd/kaspawallet/daemon/client"
"github.com/kaspanet/kaspad/cmd/kaspawallet/daemon/pb" "github.com/fabbez/topiad/cmd/kaspawallet/daemon/pb"
"github.com/pkg/errors" "github.com/pkg/errors"
) )