aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r--src/wallet/wallet2_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index f424f7258..08e2ae16b 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -269,12 +269,12 @@ struct Wallet
/**
* @brief setAutoRefreshInterval - setup interval for automatic refresh.
- * @param seconds - interval in seconds. if zero or less than zero - automatic refresh disabled;
+ * @param seconds - interval in millis. if zero or less than zero - automatic refresh disabled;
*/
- virtual void setAutoRefreshInterval(int seconds) = 0;
+ virtual void setAutoRefreshInterval(int millis) = 0;
/**
- * @brief autoRefreshInterval - returns automatic refresh interval in seconds
+ * @brief autoRefreshInterval - returns automatic refresh interval in millis
* @return
*/
virtual int autoRefreshInterval() const = 0;