Fix comment

This commit is contained in:
Jack May 2018-10-04 14:20:30 -07:00
parent 1a68807ad9
commit 680f90df21
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ impl SystemTransaction for Transaction {
fee,
)
}
/// Create and sign new SystemProgram::CreateAccount transaction
/// Create and sign new SystemProgram::Assign transaction
fn system_assign(from_keypair: &Keypair, last_id: Hash, program_id: Pubkey, fee: i64) -> Self {
let assign = SystemProgram::Assign { program_id };
let userdata = serialize(&assign).unwrap();