Minor fix to github comment

This commit is contained in:
Teemu Patja 2017-08-25 23:07:28 +03:00
parent 209ef469a6
commit bb5dc7b85a
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
(defn contract-addr-text [addr]
(let [url-base (if (on-testnet?) "https://rinkeby.etherscan.io"
"https://etherscan.io")]
(str "[" addr "](" url-base "/address/" addr ")\n")))
(str "Contract address: [" addr "](" url-base "/address/" addr ")\n")))
(defn generate-open-comment
[owner repo issue-number contract-address eth-balance balance-str tokens]