File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ The string will be validated and needs to omit `\x` from the start of the hash e
353
353
should be entered as:
354
354
` 6c969320597b755454ff3653ad09725d590c570827a129aeb4385526 `
355
355
356
- Be mindfull that whitelisting stake address will omit data being present from the following tables unless they have matching stake addresses .
356
+ Be mindfull that whitelisting stake address will omit data that does not match being present from the following tables.
357
357
358
358
+-----------------------+
359
359
| table name |
@@ -422,6 +422,17 @@ The string will be validated and needs to omit `\x` from the start of the hash e
422
422
should be entered as:
423
423
` 6c969320597b755454ff3653ad09725d590c570827a129aeb4385526 `
424
424
425
+ Be mindfull that whitelisting policies will omit data that does not match whitelist being present from the following tables.
426
+
427
+ +-----------------------+
428
+ | table name |
429
+ | ----------------------+
430
+ | datum |
431
+ | script |
432
+ | tx_out |
433
+ | multi_assets |
434
+ +-----------------------+
435
+
425
436
#### Example
426
437
427
438
``` json
@@ -507,6 +518,17 @@ The string will be validated and needs to omit `\x` from the start of the hash e
507
518
should be entered as:
508
519
` 6c969320597b755454ff3653ad09725d590c570827a129aeb4385526 `
509
520
521
+ Be mindfull that whitelisting script hashes will omit data that does not match whitelist being present from the following tables.
522
+
523
+ +-----------------------+
524
+ | table name |
525
+ | ----------------------+
526
+ | datum |
527
+ | script |
528
+ | tx_out |
529
+ | multi_assets |
530
+ +-----------------------+
531
+
510
532
#### Example
511
533
512
534
``` json
You can’t perform that action at this time.
0 commit comments