mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Refactored node contract lib control flow. (#176)
This commit is contained in:
@@ -885,6 +885,7 @@ namespace consensus
|
||||
else
|
||||
{
|
||||
// Populate the input content into the bufmap.
|
||||
// It's VERY important that we preserve the proposal input hash order when feeding to the contract as well.
|
||||
candidate_user_input &cand_input = itr->second;
|
||||
sc::contract_iobufs &contract_user = bufmap[cand_input.userpubkey];
|
||||
contract_user.inputs.push_back(cand_input.input);
|
||||
|
||||
Reference in New Issue
Block a user