mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-07-18 08:29:24 +00:00
fix: suggestions fix
This commit is contained in:
parent
4abb7d1dbb
commit
fad35c82e9
@ -591,9 +591,9 @@ std::string LogosExecutionZoneWalletModule::transfer_shielded(
|
|||||||
return transferResultToJson(nullptr, "transfer_shielded: amount_le16_hex must be 32 hex characters (16 bytes)");
|
return transferResultToJson(nullptr, "transfer_shielded: amount_le16_hex must be 32 hex characters (16 bytes)");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bandaid, I am not sure, how exactly identifiers should be used.
|
// ToDo: Bandaid, I am not sure, how exactly identifiers should be used.
|
||||||
FfiU128 identifier {};
|
FfiU128 identifier {};
|
||||||
// Keycart not yet supported
|
// ToDo: Add keycard support
|
||||||
const char *key_path = nullptr;
|
const char *key_path = nullptr;
|
||||||
|
|
||||||
FfiTransferResult result{};
|
FfiTransferResult result{};
|
||||||
@ -660,7 +660,7 @@ std::string LogosExecutionZoneWalletModule::transfer_private(
|
|||||||
return transferResultToJson(nullptr, "transfer_private: amount_le16_hex must be 32 hex characters (16 bytes)");
|
return transferResultToJson(nullptr, "transfer_private: amount_le16_hex must be 32 hex characters (16 bytes)");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bandaid, I am not sure, how exactly identifiers should be used.
|
// ToDo: Bandaid, I am not sure, how exactly identifiers should be used.
|
||||||
FfiU128 identifier {};
|
FfiU128 identifier {};
|
||||||
|
|
||||||
FfiTransferResult result{};
|
FfiTransferResult result{};
|
||||||
@ -692,7 +692,7 @@ std::string LogosExecutionZoneWalletModule::transfer_shielded_owned(
|
|||||||
return transferResultToJson(nullptr, "transfer_shielded_owned: amount_le16_hex must be 32 hex characters (16 bytes)");
|
return transferResultToJson(nullptr, "transfer_shielded_owned: amount_le16_hex must be 32 hex characters (16 bytes)");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Keycart not yet supported
|
// ToDo: Add keycard support
|
||||||
const char *key_path = nullptr;
|
const char *key_path = nullptr;
|
||||||
|
|
||||||
FfiTransferResult result{};
|
FfiTransferResult result{};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user