mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-20 15:15:18 +00:00
Print unconfirmed amount as well with balance flag (#62)
This commit is contained in:
parent
61b39a12eb
commit
012156e072
@ -42,7 +42,7 @@ docker compose up -d
|
||||
```
|
||||
|
||||
A `.config/` subfolder will be created under the current folder, this is mapped inside the container.
|
||||
Make sure you backup `config.ym` and `keys.yml`.
|
||||
Make sure you backup `config.yml` and `keys.yml`.
|
||||
|
||||
|
||||
## Intereact with a running cotainer
|
||||
|
@ -101,7 +101,8 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
fmt.Println("Confirmed balance:", balance.Owned, "QUIL")
|
||||
fmt.Println("Owned balance:", balance.Owned, "QUIL")
|
||||
fmt.Println("Unconfirmed balance:", balance.UnconfirmedOwned, "QUIL")
|
||||
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user