Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix -b flag for cleos get table subcommand #7370

Merged
merged 1 commit into from
May 16, 2019

Conversation

johndebord
Copy link
Contributor

In reference to issue #7362 passing the -b flag is sufficient for retrieving the table row in binary format.


Before

cleos get table eosio.token eosio accounts -b
{
  "rows": [{
      "balance": "0.0000 SYS"
    }
  ],
  "more": false
}

After

cleos get table eosio.token eosio accounts -b
{
  "rows": [
    "00000000000000000453595300000000"
  ],
  "more": false
}

@johndebord johndebord merged commit 2715372 into develop May 16, 2019
@johndebord johndebord deleted the cleos-binary-flag-patch branch May 21, 2019 16:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants