From 39c5570f2bf5a9eb5851ae261a18944967538d0e Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Fri, 2 Dec 2022 07:34:08 +0000 Subject: [PATCH] add -allow_neg_bal to createboltcard example --- docs/CARD_ANDROID.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CARD_ANDROID.md b/docs/CARD_ANDROID.md index f1335b8..64ed052 100644 --- a/docs/CARD_ANDROID.md +++ b/docs/CARD_ANDROID.md @@ -41,8 +41,8 @@ export HOST_DOMAIN=card.yourdomain.com - enter the `createboltcard` directory - `$ go build` - run the creation program - - `./createboltcard -help` to see options - - `./createboltcard -enable -tx_max=1000 -day_max=10000 -name=card_1` for example + - `./createboltcard` to see options + - `./createboltcard -enable -allow_neg_bal -tx_max=1000 -day_max=10000 -name=card_1` for example - this will give you a one-time link in text and QR code form on the app