Remove unnecessary variable
This commit is contained in:
@@ -8,10 +8,9 @@
|
||||
#
|
||||
|
||||
credentials = Chef::EncryptedDataBagItem.load('credentials', 'parity')
|
||||
account_password = credentials["testnet_password"]
|
||||
|
||||
parity_node "testnet" do
|
||||
password account_password
|
||||
password credentials["testnet_password"]
|
||||
config parity: {
|
||||
chain: "ropsten",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user