fix bug after add default wallet
This commit is contained in:
parent
c841123ac0
commit
31574751ff
2 changed files with 2 additions and 2 deletions
test
|
@ -27,7 +27,7 @@ class TestConfig < Test::Unit::TestCase
|
|||
}
|
||||
|
||||
@config = MPW::Config.new
|
||||
@config.setup(data[:key], data[:lang], data[:wallet_dir], data[:gpg_exe])
|
||||
@config.setup(data[:key], data[:lang], data[:wallet_dir], nil, data[:gpg_exe])
|
||||
@config.load_config
|
||||
|
||||
data.each do |k,v|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue