Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP 808 - ERC for a Standard Decentralized Booking Protocol #808

Closed
wants to merge 16 commits into from
2 changes: 1 addition & 1 deletion EIPS/eip-808.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contract RES {
uint _minDeposit ; // minimum BTU deposit for booking this resource
uint _commission ; // commission amount paid to booker in BTU
uint _freeCancelDateTs; // Limit date for a reservation cancellation
uint _statDateTs; //availability start date timestamps
uint _startDateTs; //availability start date timestamps
uint _endDateTs; //availability end date timestamps
BookingStatus _bookingStatus ; // reservation status
string _metaDataLink // Link to Meta Data of the bookable resource (desc, image links, etc…)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add a semicolumn add the end of _metaDataLink ?

Expand Down