fix missing event after merge
This commit is contained in:
parent
1beb06f172
commit
5a1539bda8
|
@ -217,6 +217,7 @@ contract LPVault is Escapable {
|
|||
}
|
||||
|
||||
event AutoPaySet();
|
||||
event EscapeFundsCalled(address token, uint amount);
|
||||
event ConfirmPayment(uint indexed idPayment);
|
||||
event CancelPayment(uint indexed idPayment);
|
||||
event AuthorizePayment(
|
||||
|
|
Loading…
Reference in New Issue