From d1aab4379aabc6a4c60e9fe794d0694b9eec7650 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Sun, 27 Jan 2019 18:25:06 -0500 Subject: [PATCH] stub for stacks blockchain state --- src/chainstate/stacks/mod.rs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/chainstate/stacks/mod.rs diff --git a/src/chainstate/stacks/mod.rs b/src/chainstate/stacks/mod.rs new file mode 100644 index 000000000..0f23253ba --- /dev/null +++ b/src/chainstate/stacks/mod.rs @@ -0,0 +1,20 @@ +/* + copyright: (c) 2013-2018 by Blockstack PBC, a public benefit corporation. + + This file is part of Blockstack. + + Blockstack is free software. You may redistribute or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License or + (at your option) any later version. + + Blockstack is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, including without the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Blockstack. If not, see . +*/ + +// This module contains all the code for the Stacks blockchain