Skip to content

Commit 80125ea

Browse files
committed
add more documentation on whitelists
1 parent 800af7f commit 80125ea

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

doc/configuration.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ The string will be validated and needs to omit `\x` from the start of the hash e
353353
should be entered as:
354354
`6c969320597b755454ff3653ad09725d590c570827a129aeb4385526`
355355

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.
357357

358358
+-----------------------+
359359
| table name |
@@ -422,6 +422,17 @@ The string will be validated and needs to omit `\x` from the start of the hash e
422422
should be entered as:
423423
`6c969320597b755454ff3653ad09725d590c570827a129aeb4385526`
424424

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+
425436
#### Example
426437

427438
```json
@@ -507,6 +518,17 @@ The string will be validated and needs to omit `\x` from the start of the hash e
507518
should be entered as:
508519
`6c969320597b755454ff3653ad09725d590c570827a129aeb4385526`
509520

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+
510532
#### Example
511533

512534
```json

0 commit comments

Comments
 (0)