git.delta.rocks / unique-network / refs/commits / a126dc7b44a8

difftreelog

fix add PureStake license header

Grigoriy Simonov2022-12-16parent: #93ced84.patch.diff
in: master

1 file changed

modifiedruntime/common/ethereum/precompiles/sr25519.rsdiffbeforeafterboth
1// Copyright 2019-2022 PureStake Inc.
2// Copyright 2022 Stake Technologies
3
4// Astar Network is free software: you can redistribute it and/or modify
5// it under the terms of the GNU General Public License as published by
6// the Free Software Foundation, either version 3 of the License, or
7// (at your option) any later version.
8
9// Astar Network is distributed in the hope that it will be useful,
10// but WITHOUT ANY WARRANTY; without even the implied warranty of
11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12// GNU General Public License for more details.
13
14// You should have received a copy of the GNU General Public License
15// along with Astar Network. If not, see <http://www.gnu.org/licenses/>.
16
1use fp_evm::{Context, ExitSucceed, PrecompileHandle, PrecompileOutput};17use fp_evm::{Context, ExitSucceed, PrecompileHandle, PrecompileOutput};
2use pallet_evm::Precompile;18use pallet_evm::Precompile;