cmd/faucet: dynamic funding progress and visual feedback

This commit is contained in:
Péter Szilágyi
2017-10-17 14:55:21 +03:00
parent 7f7abfe4d1
commit 5d2c947060
3 changed files with 83 additions and 7 deletions

View File

@ -186,7 +186,7 @@ func main() {
type request struct {
Avatar string `json:"avatar"` // Avatar URL to make the UI nicer
Account common.Address `json:"account"` // Ethereum address being funded
Time time.Time `json:"time"` // Timestamp when te request was accepted
Time time.Time `json:"time"` // Timestamp when the request was accepted
Tx *types.Transaction `json:"tx"` // Transaction funding the account
}