We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 508404d + 2ca882a commit d1871daCopy full SHA for d1871da
src/wallet/wallet.h
@@ -134,7 +134,7 @@ struct CRecipient
134
typedef std::map<std::string, std::string> mapValue_t;
135
136
137
-static void ReadOrderPos(int64_t& nOrderPos, mapValue_t& mapValue)
+static inline void ReadOrderPos(int64_t& nOrderPos, mapValue_t& mapValue)
138
{
139
if (!mapValue.count("n"))
140
@@ -145,7 +145,7 @@ static void ReadOrderPos(int64_t& nOrderPos, mapValue_t& mapValue)
145
}
146
147
148
-static void WriteOrderPos(const int64_t& nOrderPos, mapValue_t& mapValue)
+static inline void WriteOrderPos(const int64_t& nOrderPos, mapValue_t& mapValue)
149
150
if (nOrderPos == -1)
151
return;
0 commit comments