Skip to content

Commit 2d2978b

Browse files
Apply suggestion from @xdustinface
Co-authored-by: Kevin Rombach <35775977+xdustinface@users.noreply.github.com>
1 parent c362f1d commit 2d2978b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

key-wallet-ffi/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ pub struct FFIOutputDetail {
931931
pub index: u32,
932932
pub role: FFIOutputRole,
933933
pub value: u64,
934-
pub address: *mut std::os::raw::c_char,
934+
pub address: *mut c_char,
935935
}
936936

937937
#[cfg(test)]

0 commit comments

Comments
 (0)