Skip to content
Snippets Groups Projects
Commit 59517b0f authored by adorda's avatar adorda
Browse files

removed passphrase as password widget

parent cfce0c17
No related branches found
No related tags found
1 merge request!1Development
......@@ -33,6 +33,6 @@ CONSTANCE_CONFIG = {
'CONTRACT_ADDRESS': ('0x0000000000000000000000000000000000000000', 'Smart contract', str),
'ABI': ('', 'Contract ABI', str),
'IS_POA': (False, 'Is Proof of Authority network', bool),
'PASSPHRASE': ('', 'Default account passphrase', 'secret_password_field'),
'PASSPHRASE': ('', 'Default account passphrase', str),
'BYTECODE': ('0x0', 'Smart Contract Bytecode', str)
}
\ No newline at end of file
......@@ -14,6 +14,6 @@ CONSTANCE_CONFIG = {
'CONTRACT_ADDRESS': ('0x0000000000000000000000000000000000000000', 'Smart contract', str),
'ABI': ('', 'Contract ABI', str),
'IS_POA': (False, 'Is Proof of Authority network', bool),
'PASSPHRASE': ('', 'Default account passphrase', 'secret_password_field'),
'PASSPHRASE': ('', 'Default account passphrase', str),
'BYTECODE': ('0x0', 'Smart Contract Bytecode', str)
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment