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.
1 parent 3297765 commit 16f9e82Copy full SHA for 16f9e82
wallet/wallet.cpp
@@ -586,7 +586,7 @@ namespace beam
586
587
void Wallet::OnRequestComplete(MyRequestUtxoEvents& r)
588
{
589
- const std::vector<proto::UtxoEvent>& v = r.m_Res.m_Events;
+ std::vector<proto::UtxoEvent>& v = r.m_Res.m_Events;
590
for (size_t i = 0; i < v.size(); i++)
591
592
proto::UtxoEvent& evt = v[i];
0 commit comments