This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Remove debug statement
pull/1780/head
Adrian Brink
8 years ago
parent
4674bf96b0
commit
b55e695d3d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmd/abci-cli/abci-cli.go
+ 1
- 1
cmd/abci-cli/abci-cli.go
View File
@ -308,7 +308,7 @@ func cmdCommit(c *cli.Context) error {
// TODO: Make request and response support all fields.
func
cmdQuery
(
c
*
cli
.
Context
)
error
{
args
:=
c
.
Args
(
)
fmt
.
Println
(
len
(
args
)
)
if
len
(
args
)
==
0
{
return
errors
.
New
(
"Command query takes 1 or more arguments"
)
}
Write
Preview
Loading…
Cancel
Save