Open MrHash opened 4 years ago
There isn't really a buyer/merchant conceptual separation in the code. The idea is that whoever has balance (received bitcoin) can make a payment out to multiple addresses. In a merchant/buyer real-world scenario, this would mean the merchant should be able to send a payment with different amounts to different addresses with one transaction. I think this is fairly easy to implement in the current code base.
Is this on the buyer or merchant side?