smartcontract: apply gofmt to the resulting bindings

Close #3133.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
Anna Shaleva 2023-10-18 17:58:39 +03:00
parent d24579748e
commit c42486587d
16 changed files with 769 additions and 742 deletions

View file

@ -310,7 +310,7 @@ type Invoker interface {
// ContractReader implements safe contract methods.
type ContractReader struct {
invoker Invoker
hash util.Uint160
hash util.Uint160
}
// NewReader creates an instance of ContractReader using Hash and the given Invoker.