mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00
parent
7cdceb6df0
commit
ad8bdbed21
@ -1,3 +1,8 @@
|
|||||||
|
Kaspad v0.11.1 - 2021-11-09
|
||||||
|
===========================
|
||||||
|
Non-breaking changes:
|
||||||
|
* Cache the miner state
|
||||||
|
|
||||||
Kaspad v0.10.2 - 2021-05-18
|
Kaspad v0.10.2 - 2021-05-18
|
||||||
===========================
|
===========================
|
||||||
Non-breaking changes:
|
Non-breaking changes:
|
||||||
|
@ -19,7 +19,7 @@ func Connect(address string) (pb.KaspawalletdClient, func(), error) {
|
|||||||
conn, err := grpc.DialContext(ctx, address, grpc.WithInsecure(), grpc.WithBlock())
|
conn, err := grpc.DialContext(ctx, address, grpc.WithInsecure(), grpc.WithBlock())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if errors.Is(err, context.DeadlineExceeded) {
|
if errors.Is(err, context.DeadlineExceeded) {
|
||||||
return nil, nil, errors.New("kaspactl daemon is not running, start it with `kaspactl start-daemon`")
|
return nil, nil, errors.New("kaspawallet daemon is not running, start it with `kaspawallet start-daemon`")
|
||||||
}
|
}
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user