Don't use move semantics if not needed (#8793)
This commit is contained in:
@ -603,7 +603,7 @@ mod test {
|
||||
);
|
||||
|
||||
client
|
||||
.send_message(&[owner, &new], Message::new(vec![instruction]))
|
||||
.send_message(&[owner, &new], Message::new(&[instruction]))
|
||||
.expect(&format!("{}:{}", line!(), file!()));
|
||||
new.pubkey()
|
||||
}
|
||||
|
Reference in New Issue
Block a user