nspcc-dev / neo-go

Go Node and SDK for the Neo blockchain
MIT License
123 stars 79 forks source link

notary: allow to combine multisignature and single-signature signers #2150

Closed AnnaShaleva closed 2 years ago

AnnaShaleva commented 3 years ago

We need to support combining multisignature and single-signature signers for the main transactions. See the https://github.com/nspcc-dev/neo-go/pull/2139#discussion_r699338175 discussion.

AnnaShaleva commented 3 years ago

We also need to adjust notary.md documentation after this change.