mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-02 14:44:27 +00:00
commit
966fdafce0
@ -92,10 +92,10 @@ contract Vault is Owned {
|
||||
require(p.state == PaymentStatus.Pending);
|
||||
|
||||
p.state = PaymentStatus.Paid;
|
||||
p.dest.transfer(p.amount); // only ETH denominated in wei
|
||||
|
||||
liquidPledging.confirmPayment(uint64(p.ref), p.amount);
|
||||
|
||||
p.dest.transfer(p.amount); // only ETH denominated in wei
|
||||
|
||||
ConfirmPayment(_idPayment);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user