upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/components/nucula_lib/nucula_wallet.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/nucula_lib/nucula_wallet.h')
-rw-r--r--components/nucula_lib/nucula_wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/nucula_lib/nucula_wallet.h b/components/nucula_lib/nucula_wallet.h
index 784a126..3c1f3f8 100644
--- a/components/nucula_lib/nucula_wallet.h
+++ b/components/nucula_lib/nucula_wallet.h
@@ -9,6 +9,7 @@ extern "C" {
9#endif 9#endif
10 10
11esp_err_t nucula_wallet_init(const char *mint_url); 11esp_err_t nucula_wallet_init(const char *mint_url);
12esp_err_t nucula_wallet_init_multi(const char mint_urls[][256], int count);
12 13
13esp_err_t nucula_wallet_receive(const char *token_str); 14esp_err_t nucula_wallet_receive(const char *token_str);
14 15