From 0b5e484b7dbe69f90f76b6c718c2a707368ca71e Mon Sep 17 00:00:00 2001 From: Dragos-Gabriel Danciulescu Date: Tue, 10 Dec 2024 15:19:44 +0200 Subject: [PATCH] Fix lint --- source/mainnet/docs/smart-contracts/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mainnet/docs/smart-contracts/introduction.rst b/source/mainnet/docs/smart-contracts/introduction.rst index 7dc249e939..900c379735 100644 --- a/source/mainnet/docs/smart-contracts/introduction.rst +++ b/source/mainnet/docs/smart-contracts/introduction.rst @@ -81,7 +81,7 @@ does not fulfil their obligations. This will most likely mean that the contract needs to support some notion of proof that the seller has indeed fulfilled their obligation, or some way for the highest bidder to file a complaint. Smart contracts cannot resolve these real-world issues automatically, and the best -solution is likely going to depend on the specifics of the auction. You can find +solution is likely going to depend on the specifics of the auction. You can find an example implementation of the auction contract on `this repository `_ Additional reading