Description
Per planning discussion yesterday, we want to enable the enforcement of offers within the RFQ system. Currently, we can register basic offers with the RFQ system via RPC. However, these offer limitations are not actually enforced. This is evident in the following commented-out code:
taproot-assets/rfq/negotiator.go
Lines 407 to 427 in 89891ee
We'd like to take the initial step towards enforcing those offers. It's also worth noting that the RFQ counterparty is currently unaware of these offers. They serve purely as a local mechanism for asset channel management in relation to RFQ.
So, the minimum initial step is uncommenting the code
taproot-assets/rfq/negotiator.go
Lines 407 to 427 in 89891ee
Activity