Closed Karrq closed 3 weeks ago
This small section seems to have some leftover unnecessary mut, even tho no field of transaction is changed. I believe this was not removed after moving ScriptSequence
mut
transaction
ScriptSequence
Cleanup mut qualifier and related tx_mut() method usage in favor of tx()
tx_mut()
tx()
Motivation
This small section seems to have some leftover unnecessary
mut
, even tho no field oftransaction
is changed. I believe this was not removed after movingScriptSequence
Solution
Cleanup
mut
qualifier and relatedtx_mut()
method usage in favor oftx()