Update show_addresses.go

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

View File

@ -3,8 +3,8 @@ package main
import (
"context"
"fmt"
"github.com/kaspanet/kaspad/cmd/kaspawallet/daemon/client"
"github.com/kaspanet/kaspad/cmd/kaspawallet/daemon/pb"
"github.com/fabbez/topiad/cmd/kaspawallet/daemon/client"
"github.com/fabbez/topiad/cmd/kaspawallet/daemon/pb"
)
func showAddresses(conf *showAddressesConfig) error {