mirror of
https://github.com/status-im/liquidpledging.git
synced 2026-08-30 22:21:13 +00:00
mConfirm and mCancelPayment are only callable by the vault. However, the vault never calls them and has a much simplier way to deal with confirming and canceling multiple payments using only the paymentId, which doesn't require encoding the pledge id & amount into a single value for each pledge. thus mConfirm and mCancelPayment can never be called.