mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-20 18:34:19 +01:00
Cleanup (#121)
* Cleanup common * Cleanup client * Cleanup server * Renamings * Tidy up proto * Update ocean protos * Fixes * Fixes
This commit is contained in:
committed by
GitHub
parent
1650ea5935
commit
6d0d03e316
@@ -203,9 +203,9 @@ func (h *handler) GetInfo(ctx context.Context, req *arkv1.GetInfoRequest) (*arkv
|
||||
}
|
||||
|
||||
return &arkv1.GetInfoResponse{
|
||||
Pubkey: pubkey,
|
||||
Lifetime: lifetime,
|
||||
ExitDelay: delay,
|
||||
Pubkey: pubkey,
|
||||
RoundLifetime: lifetime,
|
||||
UnilateralExitDelay: delay,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user