forked from TrueCloudLab/frostfs-node
[#893] go.mod: Update neo-go
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
581887148a
commit
530249e3bd
3 changed files with 7 additions and 7 deletions
|
@ -73,7 +73,7 @@ func (c *Client) ReceiveNotaryRequests(txSigner util.Uint160, ch chan<- *result.
|
|||
return "", ErrConnectionLost
|
||||
}
|
||||
|
||||
return c.client.ReceiveNotaryRequests(&neorpc.TxFilter{Signer: &txSigner}, ch)
|
||||
return c.client.ReceiveNotaryRequests(&neorpc.NotaryRequestFilter{Signer: &txSigner}, ch)
|
||||
}
|
||||
|
||||
// Unsubscribe performs unsubscription for the given subscription ID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue