mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-19 21:36:43 +00:00
Update sign.go
This commit is contained in:
parent
2d41b94637
commit
a60c8ceb92
@ -3,9 +3,9 @@ package server
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
||||||
"github.com/kaspanet/kaspad/cmd/kaspawallet/libkaspawallet"
|
"github.com/fabbez/topiad/cmd/kaspawallet/libkaspawallet"
|
||||||
|
|
||||||
"github.com/kaspanet/kaspad/cmd/kaspawallet/daemon/pb"
|
"github.com/fabbez/topiad/cmd/kaspawallet/daemon/pb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *server) Sign(_ context.Context, request *pb.SignRequest) (*pb.SignResponse, error) {
|
func (s *server) Sign(_ context.Context, request *pb.SignRequest) (*pb.SignResponse, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user