Check tx proposal minimum amount
This commit is contained in:
parent
cfc284af75
commit
ce910fe52f
5 changed files with 24 additions and 3 deletions
|
|
@ -11,7 +11,8 @@ var defaultConfig = {
|
|||
// wallet limits
|
||||
limits: {
|
||||
totalCopayers: 12,
|
||||
mPlusN: 100
|
||||
mPlusN: 100,
|
||||
minAmountSatoshi: 5400,
|
||||
},
|
||||
|
||||
// network layer (PeerJS) config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue