From c6e7475f05643cbe65aefdd9f71d6396b1ea7a08 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 15 Oct 2016 22:52:05 +0100 Subject: FAQ: remove create example (already explained elsewhere --- docs/frequently-asked-questions.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/frequently-asked-questions.rst') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 353d8abc..c88c86ed 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -539,16 +539,6 @@ Use the constructor. Anything inside it will be executed when the contract is fi See `replicator.sol `_. -Can a contract create another contract? -======================================= - -Yes, see `replicator.sol `_. - -Note that the full code of the created contract has to be included in the creator contract. -This also means that cyclic creations are not possible (because the contract would have -to contain its own code) - at least not in a general way. - - How do you create 2-dimensional arrays? ======================================= -- cgit