Skip to content

Commit 091d89d

Browse files
committed
mintrpc: improve ListBatch verbose field documentation
1 parent 7dbac07 commit 091d89d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

taprpc/mintrpc/mint.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

taprpc/mintrpc/mint.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ message ListBatchRequest {
420420
string batch_key_str = 2;
421421
}
422422

423-
// If true, pending asset group information will be shown for the pending
424-
// batch.
423+
// If true, pending asset group details will be included for any funded,
424+
// non-empty pending batch. Unfunded or empty batches will be excluded.
425425
bool verbose = 3;
426426
}
427427

taprpc/mintrpc/mint.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
{
8787
"name": "verbose",
88-
"description": "If true, pending asset group information will be shown for the pending\nbatch.",
88+
"description": "If true, pending asset group details will be included for any funded,\nnon-empty pending batch. Unfunded or empty batches will be excluded.",
8989
"in": "query",
9090
"required": false,
9191
"type": "boolean"

0 commit comments

Comments
 (0)