Skip to content

Commit

Permalink
Fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 12, 2022
1 parent 97929fe commit 9724521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.2
v2.0.0
2 changes: 1 addition & 1 deletion src/rpc/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ mod tests {
LedgerState,
};
use snarkvm::{
dpc::{testnet2::Testnet2, AccountScheme, AleoAmount, Transaction, Transactions, Transition},
dpc::{testnet2::Testnet2, AleoAmount, Transaction, Transactions, Transition},
prelude::{Account, Block, BlockHeader},
utilities::ToBytes,
};
Expand Down

0 comments on commit 9724521

Please sign in to comment.