mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Switched to binary pubkeys from base64 for internal user data (#29)
* String copy optmisations. * User pubkey binary.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace proc
|
||||
*/
|
||||
struct ContractExecArgs
|
||||
{
|
||||
// Map of user I/O buffers (map key: user public key).
|
||||
// Map of user I/O buffers (map key: user binary public key).
|
||||
// The value is a pair holding consensus-verified input and contract-generated output.
|
||||
std::unordered_map<std::string, std::pair<std::string, std::string>> &userbufs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user