Correct param name for skip in querry #19

Merged
abereziny merged 1 commit from abereziny/frostfs-testlib:fix-neogo-querry into master 2023-05-15 17:24:05 +00:00
Member

Before fix:

sudo neo-go  query tx <hash> --tx-hash '<hash>' --rpc-endpoint '<ip>:<port>' --timeout '10s'

OUTPUT (error): only one transaction hash is accepted

After fix:

sudo neo-go  query tx <hash> --tx-hash '<hash>' --rpc-endpoint '<ip>:<port>' --timeout '10s'

OUTPUT:
Hash:                   <hash>
OnChain:                true
BlockHash:              <...>
Success:                true

Signed-off-by: Andrey Berezin a.berezin@yadro.com

Before fix: ``` sudo neo-go query tx <hash> --tx-hash '<hash>' --rpc-endpoint '<ip>:<port>' --timeout '10s' OUTPUT (error): only one transaction hash is accepted ``` After fix: ``` sudo neo-go query tx <hash> --tx-hash '<hash>' --rpc-endpoint '<ip>:<port>' --timeout '10s' OUTPUT: Hash: <hash> OnChain: true BlockHash: <...> Success: true ``` Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
abereziny added 1 commit 2023-05-15 14:08:08 +00:00
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
abereziny requested review from qa-committers 2023-05-15 14:08:14 +00:00
abereziny requested review from qa-developers 2023-05-15 14:08:15 +00:00
alexchetaev approved these changes 2023-05-15 14:12:24 +00:00
abereziny requested review from qa-committers 2023-05-15 14:13:09 +00:00
anikeev-yadro approved these changes 2023-05-15 14:36:38 +00:00
yadro-vavdeev approved these changes 2023-05-15 15:34:12 +00:00
abereziny merged commit c8e527e9ec into master 2023-05-15 17:24:05 +00:00
abereziny deleted branch fix-neogo-querry 2023-05-15 17:24:05 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-testlib#19
No description provided.