walletrpc: remove double asterix comment

This commit is contained in:
carla 2020-05-13 09:18:40 +02:00
parent b6915d9fbf
commit 5f38d8c316
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91
2 changed files with 3 additions and 3 deletions

@ -1156,7 +1156,7 @@ type WalletKitClient interface {
//fee preference being provided. For now, the responsibility of ensuring that
//the new fee preference is sufficient is delegated to the user.
BumpFee(ctx context.Context, in *BumpFeeRequest, opts ...grpc.CallOption) (*BumpFeeResponse, error)
//*
//
//ListSweeps returns a list of the sweep transactions our node has produced.
//Note that these sweeps may not be confirmed yet, as we record sweeps on
//broadcast, not confirmation.
@ -1319,7 +1319,7 @@ type WalletKitServer interface {
//fee preference being provided. For now, the responsibility of ensuring that
//the new fee preference is sufficient is delegated to the user.
BumpFee(context.Context, *BumpFeeRequest) (*BumpFeeResponse, error)
//*
//
//ListSweeps returns a list of the sweep transactions our node has produced.
//Note that these sweeps may not be confirmed yet, as we record sweeps on
//broadcast, not confirmation.

@ -91,7 +91,7 @@ service WalletKit {
*/
rpc BumpFee (BumpFeeRequest) returns (BumpFeeResponse);
/**
/*
ListSweeps returns a list of the sweep transactions our node has produced.
Note that these sweeps may not be confirmed yet, as we record sweeps on
broadcast, not confirmation.