pinLimit added to lnurlw response
This commit is contained in:
parent
105323a680
commit
3d9e742dc1
3 changed files with 24 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ INSERT INTO settings (name, value) VALUES ('MAX_WITHDRAW_SATS', '1000');
|
|||
|
||||
INSERT INTO cards
|
||||
(k0_auth_key, k2_cmac_key, k3, k4, lnurlw_enable, last_counter_value, lnurlw_request_timeout_sec,
|
||||
tx_limit_sats, day_limit_sats, card_name, pin_limit_sats)
|
||||
tx_limit_sats, day_limit_sats, card_name, pin_enable, pin_number, pin_limit_sats)
|
||||
VALUES
|
||||
('', 'd3dffa1e12d2477e443a6ee9fcfeab18', '', '', 'Y', 0, 10,
|
||||
0, 0, 'test_card', 0);
|
||||
0, 0, 'test_card', 'Y', '1234', 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue