neo-go/pkg/core/blockchainer
Roman Khimov 791c983304 core: drop GetScriptHashesForVerifying
It no longer depends on blockchain state and there can't ever be an error, in
fact we can always iterate over signers, so copying these hashes doesn't make
much sense at all as well as sorting arrays in verifyTxWitnesses (witnesses
order must match signers order).
2020-08-07 12:21:52 +03:00
..
blockchainer.go core: drop GetScriptHashesForVerifying 2020-08-07 12:21:52 +03:00