This PR deprecates themultisig_create instruction fully, in favor of multisig_create_v2.
Note: Since Anchor doesn't allow empty instruction contexts, a dummy context has been added to allow the calling of the instruction (to not break the IDL), while still enabling the removal of the business logic.
This PR deprecates the
multisig_create
instruction fully, in favor ofmultisig_create_v2
.Note: Since Anchor doesn't allow empty instruction contexts, a dummy context has been added to allow the calling of the instruction (to not break the IDL), while still enabling the removal of the business logic.
Program Changes
SDK/Test Changes
multisig_create