Closed ethanfrey closed 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.
commission: Option<Decimal>
tfi-pair
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 atfi-pair
contract via the factory. However, old code that doesn't set commission will work without changes.