Move new_move_many to SystemInstruction

This commit is contained in:
Greg Fitzgerald
2019-03-26 10:03:12 -06:00
committed by Grimes
parent 9759ac2961
commit df333e8b6e
5 changed files with 52 additions and 75 deletions

View File

@@ -92,7 +92,7 @@ impl<P, Q> GenericInstruction<P, Q> {
}
/// Account metadata used to define Instructions
#[derive(Debug)]
#[derive(Debug, PartialEq)]
pub struct AccountMeta {
/// An account's public key
pub pubkey: Pubkey,