Improve Github comment
This commit is contained in:
parent
881e79477f
commit
2280c34ee8
|
@ -191,7 +191,7 @@
|
|||
(defn token-balances-text [token-balances]
|
||||
(when-not (empty? token-balances)
|
||||
(str "Tokens: "
|
||||
(str/join "\n\t" (map (fn [[tla balance]] (format "%s: %.2f"
|
||||
(str/join " " (map (fn [[tla balance]] (format "%s: %.2f"
|
||||
(subs (str tla) 1)
|
||||
(float balance)))
|
||||
token-balances))
|
||||
|
@ -208,8 +208,8 @@
|
|||
(network-text)
|
||||
"To claim this bounty sign up at %s\n"
|
||||
(if (on-testnet?)
|
||||
"To fund it, send test ETH or test ERC20 tokens to the contract address."
|
||||
"To fund it, send ETH or ERC20 tokens to the contract address."))
|
||||
"To fund it, send test ETH or test ERC20/ERC223 tokens to the contract address."
|
||||
"To fund it, send ETH or ERC20/ERC223 tokens to the contract address."))
|
||||
eth-balance contract-address image-url site-url)))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue