diff options
author | Felix Lange <fjl@users.noreply.github.com> | 2018-02-14 20:49:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 20:49:11 +0800 |
commit | a5c0bbb4f4c321c355637ef57fff807857128c6b (patch) | |
tree | 58d16509a163d44d50d9b544b20910f596e4bd5b /p2p/simulations/adapters/state.go | |
parent | 0544a43c1332871405b260432db4bfe6a591feee (diff) | |
download | dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.gz dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.tar.zst dexon-a5c0bbb4f4c321c355637ef57fff807857128c6b.zip |
all: update license information (#16089)
Diffstat (limited to 'p2p/simulations/adapters/state.go')
-rw-r--r-- | p2p/simulations/adapters/state.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p2p/simulations/adapters/state.go b/p2p/simulations/adapters/state.go index 8b1dfef90..0d4ecfb0f 100644 --- a/p2p/simulations/adapters/state.go +++ b/p2p/simulations/adapters/state.go @@ -13,6 +13,7 @@ // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. + package adapters type SimStateStore struct { |