This is the z_sendmany equivalent of #3046; we need to ensure that all selected coins and notes are locked before starting to build transactions, and probably before starting the async part of the process, so that concurrent z_sendmany calls select non-overlapping notes.
This is the
z_sendmanyequivalent of #3046; we need to ensure that all selected coins and notes are locked before starting to build transactions, and probably before starting the async part of the process, so that concurrentz_sendmanycalls select non-overlapping notes.