confio / tfi

Contracts for Regulated DeFi on the Tgrade blockchain
Apache License 2.0
9 stars 0 forks source link

Expose commission in tfi-factory #35

Closed ethanfrey closed 3 years ago

ethanfrey commented 3 years ago

Builds on #34

Add commission: Option<Decimal> to https://github.com/confio/tfi/blob/main/packages/tfi/src/factory.rs#L23-L26, so that you can set the value when creating a tfi-pair contract via the factory. However, old code that doesn't set commission will work without changes.