add day_max to /updateboltcard

This commit is contained in:
Peter Rounce 2023-02-23 12:10:49 +00:00
parent 566f8a7b8c
commit 7888b71f8d
3 changed files with 17 additions and 8 deletions

View file

@ -56,5 +56,5 @@ Run `$ docker ps` to list containers and get container names/ids
#### running internal API commands
- `docker exec boltcard_main curl 'localhost:9001/createboltcard?card_name=card_5&enable=false&tx_max=1000&day_max=10000&uid_privacy=true&allow_neg_bal=true'`
- `docker exec boltcard_main curl 'localhost:9001/updateboltcard?card_name=card_5&enable=true&tx_max=100'`
- `docker exec boltcard_main curl 'localhost:9001/updateboltcard?card_name=card_5&enable=true&tx_max=100&day_max=1000'`
- `docker exec boltcard_main curl 'localhost:9001/wipeboltcard?card_name=card_5'`