Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -4181,7 +4181,7 @@ func (r *rpcServer) FetchSupplyCommit(ctx context.Context,

// Fetch the supply commitment for the asset specifier.
commit, err := r.cfg.SupplyVerifyManager.FetchCommitment(
ctx, assetSpec, locator,
ctx, assetSpec, locator, req.AllLeaves,
)
if err != nil {
return nil, fmt.Errorf("failed to fetch supply commit: %w",
Expand Down
Loading
Loading