mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-09 15:29:34 +00:00
fix(wallet_ffi): suggestiion 1
This commit is contained in:
parent
9d1e873344
commit
91e310b8a0
@ -45,6 +45,12 @@ impl From<FfiNullifierPublicKey> for NullifierPublicKey {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<NullifierPublicKey> for FfiNullifierPublicKey {
|
||||
fn from(value: NullifierPublicKey) -> Self {
|
||||
Self { data: value.0 }
|
||||
}
|
||||
}
|
||||
|
||||
/// Program ID - 8 u32 values (32 bytes total).
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Default)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user