minor adjustments in the solana module

Change-Id: I5bafc475fb798fe11c67fd5511b8fe36c314ea36
This commit is contained in:
Hendrik Hofstadt 2021-04-15 11:36:29 +02:00
parent 1f30398e30
commit fad00804e0
3 changed files with 1 additions and 3 deletions

1
solana/Cargo.lock generated
View File

@ -4400,7 +4400,6 @@ dependencies = [
"remove_dir_all",
"sha3",
"solana-program",
"spl-token",
"thiserror",
"zerocopy",
]

View File

@ -27,7 +27,7 @@ use service::{
};
use spl_bridge::{
instruction::{post_vaa, verify_signatures, VerifySigPayload, CHAIN_ID_SOLANA},
state::{Bridge, GuardianSet, TransferOutProposal},
state::{Bridge, GuardianSet, PostedMessage},
vaa::VAA,
};

View File

@ -19,7 +19,6 @@ num-derive = "0.2"
num-traits = "0.2"
remove_dir_all = "=0.5.0"
solana-program = "=1.5.5"
spl-token = { version = "=3.0.1", features = ["no-entrypoint"] }
thiserror = "1.0"
byteorder = "1.3.4"
zerocopy = "0.3.0"