initialised var on construction

This commit is contained in:
Some Random Crypto Guy
2025-09-30 09:18:40 +01:00
parent b814d22f97
commit a621c658a8

View File

@@ -333,7 +333,7 @@ new file mode 100644
index 000000000..5f2c4e1e4
--- /dev/null
+++ b/src/wallet/api/coins_info.cpp
@@ -0,0 +1,131 @@
@@ -0,0 +1,132 @@
+#include "coins_info.h"
+
+using namespace std;
@@ -357,6 +357,7 @@ index 000000000..5f2c4e1e4
+ , m_subaddrIndex(0)
+ , m_unlockTime(0)
+ , m_unlocked(false)
+ , m_type(0)
+{
+
+}