[#584] pkg/innerring: Stop using deprecated methods
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
91f010e0a9
commit
057ebf9d51
11 changed files with 65 additions and 44 deletions
|
@ -99,7 +99,7 @@ func (s StaticClient) TestInvoke(method string, args ...interface{}) ([]stackite
|
|||
|
||||
// NotaryInvoke calls NotaryInvoke method of Client with static internal
|
||||
// script hash. Panics if notary support was not enabled in underlying
|
||||
// moprh client.
|
||||
// morph client.
|
||||
//
|
||||
// Deprecated: provide TryNotary() option to NewStatic and use Invoke.
|
||||
func (s StaticClient) NotaryInvoke(method string, args ...interface{}) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue