From d3c8916827661731259ef6c59447c3922f5a0462 Mon Sep 17 00:00:00 2001 From: snoppy Date: Mon, 1 Apr 2024 09:43:20 +0800 Subject: [PATCH] chore: fix typos --- CHANGELOG.md | 2 +- docs/notary.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e97e8bba..3e5b84e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2496,7 +2496,7 @@ Behavior changes: * contracts no longer have single entry point, rather they export a set of methods with specific offsets. Go smart contract compiler has been changed accordingly to add all exported (as in Go) methods to the manifest - (but with the first letter being lowercased to match NEP-5 expections, + (but with the first letter being lowercased to match NEP-5 expectations, #1228). Please also refer to examples changes to better see how it affects contracts, manifests and configuration files (#1296) * native contracts are now called via Neo.Native.Call syscall (#1191) diff --git a/docs/notary.md b/docs/notary.md index 7a4b63ad3..b75b2943f 100644 --- a/docs/notary.md +++ b/docs/notary.md @@ -388,7 +388,7 @@ subpackage with an example written in Go doc. configuration (just a simple `RET` script by default), pack both transactions into a P2PNotaryRequest and submit it to the RPC node. It returns hashes of the main and fallback transactions as well as their `ValidUntilBlock` value. - If you need more control over fallback transction use `Actor` options or + If you need more control over fallback transaction use `Actor` options or [func (*Actor) SendRequest](https://pkg.go.dev/github.com/nspcc-dev/neo-go/pkg/rpcclient/notary#Actor.SendRequest) API.