neo-project / docs

NEO Documentation
http://docs.neo.org
Creative Commons Attribution 4.0 International
195 stars 285 forks source link

N3 invokescript RPC method incorrect parameter description #1329

Closed ixje closed 2 years ago

ixje commented 2 years ago

The current documentation does not state that the signers parameter is optional.

The code shows it is optional: https://github.com/neo-project/neo-modules/blob/575efd238bf0bac87e4cef390b41c95ba6c07f3f/src/RpcServer/RpcServer.SmartContract.cs#L159