From 732502ccde3c1d618ba3374b876d0187c9320a1a Mon Sep 17 00:00:00 2001 From: J-Dog Date: Tue, 30 May 2023 15:15:47 -0700 Subject: [PATCH] correct terminology --- docs/BTNS-420.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BTNS-420.md b/docs/BTNS-420.md index 85f9b79..f5ded64 100644 --- a/docs/BTNS-420.md +++ b/docs/BTNS-420.md @@ -192,11 +192,11 @@ This command creates a vending machine to dispense `tokens` when triggered - `STATUS` - The state of the dispenser. (0=Open, 10=Closed) - `ADDRESS` - Address that you would like to open the dispenser on. (default=broadcasting address) - `ORACLE_ADDRESS` - address that you would like to use as a price oracle for this dispenser. -- `WHITELIST` - `TX_HASH` of a BTNS `LIST` to allow trigger dispenser -- `BLACKLIST` - `TX_HASH` of a BTNS `LIST` to NOT allow to trigger a dispenser +- `ALLOW_LIST` - `TX_HASH` of a BTNS `LIST` of addresses to allow trigger dispenser +- `BLOCK_LIST` - `TX_HASH` of a BTNS `LIST` of addresses to NOT allow to trigger a dispenser **Broadcast Format:** -`bt:DISPENSER|GIVE_TICK|GIVE_AMOUNT|ESCROW_AMOUNT|TRIGGER_TICK|TRIGGER_AMOUNT|STATUS|ADDRESS|ORACLE_ADDRESS|WHITELIST|BLACKLIST` +`bt:DISPENSER|GIVE_TICK|GIVE_AMOUNT|ESCROW_AMOUNT|TRIGGER_TICK|TRIGGER_AMOUNT|STATUS|ADDRESS|ORACLE_ADDRESS|ALLOW_LIST|BLOCK_LIST` **Example 1:** `bt:DISPENSER|JDOG|1|1|BTC|1.00000000|0|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev`