Add validation and tests for spendUnconfirmed = false
This commit is contained in:
parent
4d6e9f8a6d
commit
26c829f6de
4 changed files with 47 additions and 7 deletions
|
|
@ -89,7 +89,7 @@ var defaultConfig = {
|
|||
wallet: {
|
||||
requiredCopayers: 2,
|
||||
totalCopayers: 3,
|
||||
spendUnconfirmed: 1,
|
||||
spendUnconfirmed: true,
|
||||
verbose: 1,
|
||||
reconnectDelay: 5000,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue