Skip to content

Commit

Permalink
fix(asset-unlock): public build_asset_unlock_tx (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
markin-io authored Dec 6, 2023
1 parent 6046881 commit 35a166e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl SpecialTransactionBasePayloadEncodable for AssetUnlockPayload {
}
}

fn build_asset_unlock_tx(withdrawal_info_bytes: &Vec<u8>) -> Result<Transaction, encode::Error>
pub fn build_asset_unlock_tx(withdrawal_info_bytes: &Vec<u8>) -> Result<Transaction, encode::Error>
{
let size_request_info: usize = AssetUnlockRequestInfo::SIZE;
let size_asset_unlock_info = withdrawal_info_bytes.len() - size_request_info;
Expand Down

0 comments on commit 35a166e

Please sign in to comment.