Skip to content

Commit 7eb9f49

Browse files
committed
build fix
1 parent 1848f28 commit 7eb9f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wallet/unittests/wallet_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3054,7 +3054,8 @@ namespace
30543054

30553055
for (uint32_t i = 0; i < s_Validators; i++)
30563056
{
3057-
ECC::Point ptDelegator = Zero; // not used
3057+
ECC::Point ptDelegator;
3058+
ZeroObject(ptDelegator); // not used
30583059
tb.AddValidator(m_pValidatorAddress[i], ptDelegator, Rules::Coin * 5000);
30593060
}
30603061

0 commit comments

Comments
 (0)