forked from TrueCloudLab/neoneo-go
docs: fix typo
Remove unnecessary word left after documentation refactoring. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
a4cc6da766
commit
ef925b2c0b
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,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.
|
||||
|
|
Loading…
Reference in a new issue