mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Contract state monitoring and rollback infrastructure. (#61)
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include "../crypto.hpp"
|
||||
#include "../proc/proc.hpp"
|
||||
#include "ledger_handler.hpp"
|
||||
#include "statemap_handler.hpp"
|
||||
#include "cons.hpp"
|
||||
|
||||
namespace p2pmsg = fbschema::p2pmsg;
|
||||
@@ -590,7 +589,6 @@ void apply_ledger(const p2p::proposal &cons_prop)
|
||||
|
||||
extract_user_outputs_from_contract_bufmap(useriobufmap);
|
||||
broadcast_npl_output(nplbufpair.output);
|
||||
update_state_blockmap(updated_blocks);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user