From ab64f7cfe4807b5ea0109e13a6fb53fe32cd4d73 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Tue, 18 Apr 2023 18:52:57 +0300 Subject: [PATCH] docs: fix typo Remove unnecessary word left after documentation refactoring. Signed-off-by: Anna Shaleva --- docs/notary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notary.md b/docs/notary.md index 8fe10b3d2..7c348940c 100644 --- a/docs/notary.md +++ b/docs/notary.md @@ -384,7 +384,7 @@ subpackage with an example written in Go doc. `Invocation` script **should be empty**. - A multisignature witness must have regular `Verification` script filled even if `Invocation` script is to be collected from other notary requests. - `Invocation` script either **should be empty**. + `Invocation` script **should be empty**. 8. Calculate network fee for the transaction (that will be `NetworkFee` transaction field). Use [func (*Client) CalculateNetworkFee](https://pkg.go.dev/github.com/nspcc-dev/neo-go@v0.99.2/pkg/rpcclient#Client.CalculateNetworkFee) method with the main transaction given to it.