evm-booking

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f9274f9e90b0f4d9f1dc236b88667751debbea34
parent 5fe77549ba5a6854964a60279315b46ed78504a6
Author: lash <dev@holbrook.no>
Date:   Fri,  2 Jun 2023 17:27:53 +0100

Update python package description

Diffstat:
Mpython/setup.cfg | 2+-
Msolidity/Booking.sol | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = evm_booking version = 0.0.1 -description = EVM smart contract for time slot booking +description = EVM smart contract for ERC20 backed time slot booking author = Louis Holbrook author_email = dev@holbrook.no url = https://holbrook.no/src/erc20_vend/log.html diff --git a/solidity/Booking.sol b/solidity/Booking.sol @@ -3,7 +3,7 @@ pragma solidity ^0.8.0; // Author: Louis Holbrook <dev@holbrook.no> 0826EDA1702D1E87C6E2875121D2E7BB88C2A746 // SPDX-License-Identifier: AGPL-3.0-or-later // File-Version: 1 -// Description: Time slot booking +// Description: ERC20 backed time slot booking contract ERC20Book {