diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-11-30 19:07:36 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:54 +0800 |
commit | ca4511cea24de73a09238953d51c6a714dc13294 (patch) | |
tree | 38f5b178b50a11af737a1644d363b0e618ed79be /vendor/github.com/dexon-foundation/dexon-consensus/common | |
parent | 27152fddcbbefe155ea8d2ead63fe61b2682ffad (diff) | |
download | dexon-ca4511cea24de73a09238953d51c6a714dc13294.tar dexon-ca4511cea24de73a09238953d51c6a714dc13294.tar.gz dexon-ca4511cea24de73a09238953d51c6a714dc13294.tar.bz2 dexon-ca4511cea24de73a09238953d51c6a714dc13294.tar.lz dexon-ca4511cea24de73a09238953d51c6a714dc13294.tar.xz dexon-ca4511cea24de73a09238953d51c6a714dc13294.tar.zst dexon-ca4511cea24de73a09238953d51c6a714dc13294.zip |
vendor: update to latest core (#71)
Diffstat (limited to 'vendor/github.com/dexon-foundation/dexon-consensus/common')
-rw-r--r-- | vendor/github.com/dexon-foundation/dexon-consensus/common/types.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/dexon-foundation/dexon-consensus/common/types.go b/vendor/github.com/dexon-foundation/dexon-consensus/common/types.go index a5dfab10e..883492bf3 100644 --- a/vendor/github.com/dexon-foundation/dexon-consensus/common/types.go +++ b/vendor/github.com/dexon-foundation/dexon-consensus/common/types.go @@ -15,23 +15,6 @@ // along with the dexon-consensus library. If not, see // <http://www.gnu.org/licenses/>. -// Copyright 2018 The dexon-consensus Authors -// This file is part of the dexon-consensus library. -// -// The dexon-consensus library is free software: you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation, either version 3 of the License, -// or (at your option) any later version. -// -// The dexon-consensus library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public License -// along with the dexon-consensus library. If not, see -// <http://www.gnu.org/licenses/>. - package common import ( |