Skip to content

Commit 840da91

Browse files
committed
rpcserver: doc comment for FetchSupplyLeaves matches proto doc
1 parent df6ae3f commit 840da91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rpcserver.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4339,8 +4339,9 @@ func marshalSupplyLeaves(
43394339
return rpcIssuanceLeaves, rpcBurnLeaves, rpcIgnoreLeaves, nil
43404340
}
43414341

4342-
// FetchSupplyLeaves returns the set of supply leaves for the given asset
4343-
// specifier within the specified height range.
4342+
// FetchSupplyLeaves fetches the supply leaves for a specific asset group
4343+
// within a specified block height range. The leaves include issuance, burn,
4344+
// and ignore leaves, which represent the supply changes for the asset group.
43444345
func (r *rpcServer) FetchSupplyLeaves(ctx context.Context,
43454346
req *unirpc.FetchSupplyLeavesRequest) (
43464347
*unirpc.FetchSupplyLeavesResponse, error) {

0 commit comments

Comments
 (0)