Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![](./logo-cli.svg)

# Flow CLI

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications.
Expand Down
23 changes: 23 additions & 0 deletions logo-cli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pkg/flowcli/config/json/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func transformAccountsToJSON(accounts config.Accounts) jsonAccounts {
return jsonAccounts
}

// TODO(sideninja) refactor keys to use json.RawMessage and decide if unmarshal into simple or advance structure based on that field
type jsonAccountSimple struct {
Address string `json:"address"`
Keys string `json:"keys"`
Expand Down