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 a34f479 commit b37782eCopy full SHA for b37782e
src/sdk/main/src/Transaction.cc
@@ -150,7 +150,7 @@ struct Transaction<SdkRequestType>::TransactionImpl
150
* The public key of the trusted batch assembler.
151
*/
152
std::shared_ptr<Key> mBatchKey = nullptr;
153
-
+
154
/**
155
* This flag is used to determine whether a Transaction's TransactionId
156
* should be regenerated if the Transaction expires.
@@ -668,7 +668,7 @@ SdkRequestType& Transaction<SdkRequestType>::setTransactionId(const TransactionI
668
{
669
requireNotFrozen();
670
mImpl->mTransactionId = id;
671
- mImpl->mTransactionIdManualSet = true;
+ mImpl->mTransactionIdManualSet = true;
672
return static_cast<SdkRequestType&>(*this);
673
}
674
0 commit comments