You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,6 @@ PegIn Quotes consist of:
48
48
uint callTime; // the time (in seconds) that the LP has to perform the call on behalf of the user after the deposit achieves the number of confirmations
49
49
uint depositConfirmations; // the number of confirmations that the LP requires before making the call
50
50
bool callOnRegister: // a boolean value indicating whether the callForUser can be called on registerPegIn.
51
-
uint256 productFeeAmount; // the fee payed to the network DAO
52
51
uint256 gasFee; // the fee payed to the LP to cover the gas of the RSK transaction
53
52
}
54
53
@@ -72,7 +71,6 @@ PegOut Quotes consist of:
72
71
uint transferTime; // the time (in seconds) that the LP has to transfer on behalf of the user after the deposit achieves the number of confirmations
73
72
uint expireDate; // the timestamp to consider the quote expired
74
73
uint expireBlock; // the block number to consider the quote expired
75
-
uint256 productFeeAmount; // the fee payed to the network DAO
76
74
uint256 gasFee; // the fee payed to the LP to cover the fee of the BTC transaction
0 commit comments