upleb.uk

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

summaryrefslogtreecommitdiff
path: root/components/nucula_lib/nucula_wallet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/nucula_lib/nucula_wallet.cpp')
-rw-r--r--components/nucula_lib/nucula_wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/nucula_lib/nucula_wallet.cpp b/components/nucula_lib/nucula_wallet.cpp
index 278c9bc..cd63741 100644
--- a/components/nucula_lib/nucula_wallet.cpp
+++ b/components/nucula_lib/nucula_wallet.cpp
@@ -188,7 +188,7 @@ esp_err_t nucula_wallet_receive(const char *token_str)
188 return ESP_FAIL; 188 return ESP_FAIL;
189 } 189 }
190 190
191 vTaskDelay(pdMS_TO_TICKS(2000)); 191 vTaskDelay(pdMS_TO_TICKS(100));
192 192
193 std::vector<cashu::Proof> proofs_out; 193 std::vector<cashu::Proof> proofs_out;
194 if (!w->receive(tok, proofs_out)) { 194 if (!w->receive(tok, proofs_out)) {