boltlabs-inc / zeekoe

Zero-knowledge layer-2 payment channels
MIT License
24 stars 1 forks source link

Don't set confirmation depth for the Customer. #281

Closed yaymukund closed 3 years ago

yaymukund commented 3 years ago

This was accidentally committed as part of #278

gijsvl commented 3 years ago

Can we add a comment about this in the README.md, to make sure the confirmation_depth is the same for customer and merchant? Also, maybe we can add confirmation_depth to the example Merchant.toml config, which will simplify running for the first time.

yaymukund commented 3 years ago

@gijsvl

maybe we can add confirmation_depth to the example Merchant.toml config, which will simplify running for the first time.

This PR removes the confirmation_depth from the customer config. By default, they are the same if you don't override it manually.

DariusParvin commented 3 years ago

oops! Thanks @yaymukund