Skip to content

Commit

Permalink
Resolve issue #135, support 0x on account queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jun 26, 2017
1 parent 14c39e7 commit f5a5468
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
40 changes: 21 additions & 19 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import:
subpackages:
- data
- package: github.com/tendermint/light-client
version: develop
version: feature/35-cli-cleanup
subpackages:
- commands
- commands/proofs
Expand Down
2 changes: 2 additions & 0 deletions tests/cli/basictx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ test01SendTx() {
TX_HEIGHT=$(echo $TX | jq .height)

checkAccount $SENDER "1" "9007199254740000"
# make sure 0x prefix also works
checkAccount "0x$SENDER" "1" "9007199254740000"
checkAccount $RECV "0" "992"

# Make sure tx is indexed
Expand Down

0 comments on commit f5a5468

Please sign in to comment.