[#1196] morph/client: Fix ArrayFromStackItem()
description
All checks were successful
DCO action / DCO (pull_request) Successful in 2m38s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m26s
Vulncheck / Vulncheck (pull_request) Successful in 3m44s
Build / Build Components (1.21) (pull_request) Successful in 6m6s
Build / Build Components (1.22) (pull_request) Successful in 6m1s
Tests and linters / gopls check (pull_request) Successful in 7m47s
Tests and linters / Staticcheck (pull_request) Successful in 8m23s
Tests and linters / Lint (pull_request) Successful in 8m53s
Tests and linters / Tests (1.21) (pull_request) Successful in 11m5s
Tests and linters / Tests with -race (pull_request) Successful in 11m10s
Tests and linters / Tests (1.22) (pull_request) Successful in 11m36s
All checks were successful
DCO action / DCO (pull_request) Successful in 2m38s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m26s
Vulncheck / Vulncheck (pull_request) Successful in 3m44s
Build / Build Components (1.21) (pull_request) Successful in 6m6s
Build / Build Components (1.22) (pull_request) Successful in 6m1s
Tests and linters / gopls check (pull_request) Successful in 7m47s
Tests and linters / Staticcheck (pull_request) Successful in 8m23s
Tests and linters / Lint (pull_request) Successful in 8m53s
Tests and linters / Tests (1.21) (pull_request) Successful in 11m5s
Tests and linters / Tests with -race (pull_request) Successful in 11m10s
Tests and linters / Tests (1.22) (pull_request) Successful in 11m36s
Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
This commit is contained in:
parent
d02a7c2d38
commit
39866a957c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func BytesFromStackItem(param stackitem.Item) ([]byte, error) {
|
||||||
|
|
||||||
// ArrayFromStackItem returns the slice contract parameters from passed parameter.
|
// ArrayFromStackItem returns the slice contract parameters from passed parameter.
|
||||||
//
|
//
|
||||||
// If passed parameter carries boolean false value, (nil, nil) returns.
|
// If passed parameter carries boolean false value, returns (nil, nil).
|
||||||
func ArrayFromStackItem(param stackitem.Item) ([]stackitem.Item, error) {
|
func ArrayFromStackItem(param stackitem.Item) ([]stackitem.Item, error) {
|
||||||
switch param.Type() {
|
switch param.Type() {
|
||||||
case stackitem.AnyT:
|
case stackitem.AnyT:
|
||||||
|
|
Loading…
Reference in a new issue