[#1115] node: Remove unused const
Vulncheck / Vulncheck (pull_request) Successful in 1m49s Details
DCO action / DCO (pull_request) Successful in 2m9s Details
Build / Build Components (1.21) (pull_request) Successful in 3m41s Details
Build / Build Components (1.22) (pull_request) Successful in 3m53s Details
Tests and linters / Staticcheck (pull_request) Successful in 5m10s Details
Tests and linters / gopls check (pull_request) Successful in 5m17s Details
Tests and linters / Lint (pull_request) Successful in 6m8s Details
Pre-commit hooks / Pre-commit (pull_request) Successful in 9m52s Details
Tests and linters / Tests (1.21) (pull_request) Successful in 11m26s Details
Tests and linters / Tests (1.22) (pull_request) Successful in 11m43s Details
Tests and linters / Tests with -race (pull_request) Successful in 11m46s Details

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
pull/1123/head
Alexander Chuprov 2024-05-07 19:11:21 +03:00
parent fe2c1c926f
commit 854200a874
3 changed files with 514 additions and 580 deletions

View File

@ -40,8 +40,7 @@ const (
metaFlagKey = "meta"
pathFlagKey = "path"
pathAttributeFlagKey = "pattr"
pathFlagKey = "path"
latestOnlyFlagKey = "latest"

View File

@ -10,8 +10,7 @@ import (
)
const (
subsection = "morph"
notarySubsection = "notary"
subsection = "morph"
// DialTimeoutDefault is a default dial timeout of morph chain client connection.
DialTimeoutDefault = 5 * time.Second

File diff suppressed because it is too large Load Diff