Check tx proposal minimum amount

This commit is contained in:
Ivan Socolsky 2014-08-21 16:02:02 -03:00
commit ce910fe52f
5 changed files with 24 additions and 3 deletions

View file

@ -11,7 +11,8 @@ var defaultConfig = {
// wallet limits
limits: {
totalCopayers: 12,
mPlusN: 100
mPlusN: 100,
minAmountSatoshi: 5400,
},
// network layer (PeerJS) config