Skip to content

Commit aec46a2

Browse files
authored
Merge pull request #321 from input-output-hk/lowhung/introduce-combined-hash-file
Refactor: Combine byte_array.rs macros with hash.rs Hash type
2 parents f1b991b + 21f5388 commit aec46a2

File tree

20 files changed

+318
-133
lines changed

20 files changed

+318
-133
lines changed

codec/src/map_parameters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub fn map_gov_action_id(pallas_action_id: &conway::GovActionId) -> Result<GovAc
155155
};
156156

157157
Ok(GovActionId {
158-
transaction_id: TxHash(*pallas_action_id.transaction_id),
158+
transaction_id: TxHash::from(*pallas_action_id.transaction_id),
159159
action_index: act_idx_u8,
160160
})
161161
}

common/src/byte_array.rs

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)