mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 13:47:19 +00:00
54c5fd61df
* each account must have an appropriate signer, if there is no signer for this account in the tx it's an error * we can only safely append to Scripts when account belongs to the next signer (we don't have appropriate verification scripts for other signers) * when contract has one parameter, the signature shouldn't be appended to other data I think these rules allow to handle more cases and do that safer. We have more complex scenarios though, like non-signature parameters or mixed-parameter invocation scripts, but that's out of scope for now. |
||
---|---|---|
.. | ||
testdata | ||
account.go | ||
account_test.go | ||
regenerate_test.go | ||
token.go | ||
token_test.go | ||
wallet.go | ||
wallet_test.go |