mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-06 19:55:10 +00:00
core: implement Neo.Crypto.ECDsaCheckMultisig interop
This commit is contained in:
parent
5a30af2c75
commit
c23af595c9
5 changed files with 41 additions and 13 deletions
|
@ -424,9 +424,9 @@ func (s *Stack) Roll(n int) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// popSigElements pops keys or signatures from the stack as needed for
|
||||
// PopSigElements pops keys or signatures from the stack as needed for
|
||||
// CHECKMULTISIG.
|
||||
func (s *Stack) popSigElements() ([][]byte, error) {
|
||||
func (s *Stack) PopSigElements() ([][]byte, error) {
|
||||
var num int
|
||||
var elems [][]byte
|
||||
item := s.Pop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue