From 5f38d8c316b1a6c08430946c6ded45fe6ace901b Mon Sep 17 00:00:00 2001 From: carla Date: Wed, 13 May 2020 09:18:40 +0200 Subject: [PATCH] walletrpc: remove double asterix comment --- lnrpc/walletrpc/walletkit.pb.go | 4 ++-- lnrpc/walletrpc/walletkit.proto | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lnrpc/walletrpc/walletkit.pb.go b/lnrpc/walletrpc/walletkit.pb.go index 0235b511..5c145b81 100644 --- a/lnrpc/walletrpc/walletkit.pb.go +++ b/lnrpc/walletrpc/walletkit.pb.go @@ -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. diff --git a/lnrpc/walletrpc/walletkit.proto b/lnrpc/walletrpc/walletkit.proto index f25d73a7..d6dacec1 100644 --- a/lnrpc/walletrpc/walletkit.proto +++ b/lnrpc/walletrpc/walletkit.proto @@ -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.