From 40789bd7a327da6ee77754035b403c8672ce57ed Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 21 Jun 2015 12:20:39 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index cae54b6..b6f3a1e 100644 --- a/Configuration.md +++ b/Configuration.md @@ -18,7 +18,7 @@ options: * account: * address: \<0xaddress\> # account address to unlock * init: \ # if true it will attempt to create and use a new account - * password: <\file_path\> # path to a file containing the password required to unlock an account + * password: \ # path to a file containing the password required to unlock an account ### config/contracts.yml Allows you define gas costs and constructor arguments for each contract, and per environment. When a contract has no gas costs defined here, it will use the defaults set at ```config/blockchain.yml```