Merge pull request #775 from azuchi/fix-bip197-error

[BIP197] Fix description of Refund Period
This commit is contained in:
Luke Dashjr 2019-09-19 22:28:26 +00:00 committed by GitHub
commit 7d91fd1863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ In the case of a default or the lender not accepting the borrower repayment, the
In the case that either the lender or borrower dont accept the bid, the lender can seize a percentage of the collateral. The amount is dependent on the amount of collateral locked in the Seizable Collateral and Refundable Collateral script as described in this BIP. During this period, the borrower can also refund the funds locked in the Refundable Collateral script.
===Refund Period===
In the case that the lender does not seize the collateral locked in the Seizable Collateral script, then the borrower can refund the funds locked in the Refundable Collateral script.
In the case that the lender does not seize the collateral locked in the Seizable Collateral script, then the borrower can refund the funds locked in the Seizable Collateral script.
==Rationale==