File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ bool InstantSendLock::TriviallyValid() const
3838 return inputs_set.size () == inputs.size ();
3939}
4040
41- uint256 GenInputLockRequestId (const COutPoint& val )
41+ uint256 GenInputLockRequestId (const COutPoint& outpoint )
4242{
43- return ::SerializeHash (std::make_pair (INPUTLOCK_REQUESTID_PREFIX, val ));
43+ return ::SerializeHash (std::make_pair (INPUTLOCK_REQUESTID_PREFIX, outpoint ));
4444}
4545} // namespace instantsend
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ struct InstantSendLock {
4040 bool TriviallyValid () const ;
4141};
4242
43- uint256 GenInputLockRequestId (const COutPoint& val );
43+ uint256 GenInputLockRequestId (const COutPoint& outpoint );
4444
4545using InstantSendLockPtr = std::shared_ptr<InstantSendLock>;
4646} // namespace instantsend
You can’t perform that action at this time.
0 commit comments