diff --git a/cktap-ffi/src/sats_card.rs b/cktap-ffi/src/sats_card.rs
index 476726e..ded63e1 100644
--- a/cktap-ffi/src/sats_card.rs
+++ b/cktap-ffi/src/sats_card.rs
@@ -67,14 +67,10 @@ impl SatsCard {
Ok(pubkey_desc)
}
- /// Wait 15 seconds or until auth delay timeout is done
- pub async fn wait(&self) -> Result<(), CkTapError> {
+ /// Wait one second of auth delay and return the remaining delay, if any.
+ pub async fn wait(&self) -> Result