Skip to content

Commit

Permalink
Merge pull request #176 from Emurgo/stackchain/setter-typo
Browse files Browse the repository at this point in the history
Stackchain/fix setter typo
  • Loading branch information
rooooooooob authored Jul 14, 2021
2 parents d6619be + 110e5d8 commit 2b71c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl TransactionBody {
self.update.clone()
}

pub fn set_metadata_hash(&mut self, auxiliary_data_hash: &AuxiliaryDataHash) {
pub fn set_auxiliary_data_hash(&mut self, auxiliary_data_hash: &AuxiliaryDataHash) {
self.auxiliary_data_hash = Some(auxiliary_data_hash.clone())
}

Expand Down

0 comments on commit 2b71c18

Please sign in to comment.