Skip to content

Commit

Permalink
fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Dec 12, 2023
1 parent 2fb2257 commit c2446be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fvm/src/syscalls/filecoin.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2021-2023 Protocol Labs
// SPDX-License-Identifier: Apache-2.0, MIT
use std::panic;

use fvm_ipld_encoding::de::DeserializeOwned;
use fvm_shared::error::ErrorNumber;
// Copyright 2021-2023 Protocol Labs
// SPDX-License-Identifier: Apache-2.0, MIT
use fvm_shared::sector::WindowPoStVerifyInfo;

use super::context::Memory;
Expand Down

0 comments on commit c2446be

Please sign in to comment.