We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206d699 commit 601917aCopy full SHA for 601917a
src/qubic.cpp
@@ -1589,7 +1589,7 @@ static void processBroadcastCustomMiningSolution(RequestResponseHeader* header)
1589
1590
auto* tx = reinterpret_cast<OracleUserQueryTransactionPrefix*>(buffer);
1591
tx->sourcePublicKey = computorPublicKeys[i];
1592
- tx->destinationPublicKey = { 0 };
+ tx->destinationPublicKey = m256i::zero();
1593
tx->amount = 0;
1594
tx->tick = system.tick + 8; // offset of 8 ticks to ensure propagation through the network
1595
tx->inputType = OracleUserQueryTransactionPrefix::transactionType();
0 commit comments