mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 02:54:20 +01:00
Fix duplicate blank outputs during melt (#795)
* wip blank outputs * wip: working * store ids for promises correctly * tests * fix migraiton * revert * fix tests * fix auth server * fix last tests * retroactively change migration, initial and m017_foreign_keys_proof_tables, remove c_b and replace with c_ (same for b_) * fix constraint * oops * msg stack fix * fix test foreign key constraint * fix postgres tests * foreign key constraint test * should fix psql error * foreign key constraint sqlite * rename to update_blinded_message_signature * drop outputs and change columns from melt_quotes table * switch migration order * reorder migrations again * fix migration * add tests * fix postgres migration too * create signed_at column postgres * foreign key constraingt promises table * migration tool * readme
This commit is contained in:
@@ -37,6 +37,8 @@ settings.fakewallet_brr = True
|
||||
settings.fakewallet_delay_outgoing_payment = 0
|
||||
settings.fakewallet_delay_incoming_payment = 1
|
||||
settings.fakewallet_stochastic_invoice = False
|
||||
settings.lightning_fee_percent = 2.0
|
||||
settings.lightning_reserve_fee_min = 2000 # msat
|
||||
assert (
|
||||
settings.mint_test_database != settings.mint_database
|
||||
), "Test database is the same as the main database"
|
||||
|
||||
Reference in New Issue
Block a user