bank: raise DEFAULT_DEBT_LIMIT to libeufin amount ceiling.
Allow large GOA exploration withdrawals up to GOA:4503599627370496.
This commit is contained in:
parent
c4c6a7f2c2
commit
ffe8ad89db
2 changed files with 8 additions and 3 deletions
|
|
@ -10,7 +10,8 @@ NAME = "GOA Exploration Bank"
|
|||
SERVE = tcp
|
||||
PORT = 9012
|
||||
BIND_TO = 0.0.0.0
|
||||
DEFAULT_DEBT_LIMIT = GOA:100000
|
||||
# Exploration: allow very large withdrawals (libeufin amount ceiling ≈ 2^52)
|
||||
DEFAULT_DEBT_LIMIT = GOA:4503599627370496
|
||||
ALLOW_REGISTRATION = yes
|
||||
ALLOW_CONVERSION = no
|
||||
REGISTRATION_BONUS = GOA:0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue