This commit is contained in:
Richard Holland
2022-12-23 11:35:58 +00:00
parent 68f0e4baf5
commit 8682d40eca

View File

@@ -151,5 +151,8 @@ int64_t hook(uint32_t r)
int64_t emit_result = emit(SBUF(emithash), SBUF(tx)); int64_t emit_result = emit(SBUF(emithash), SBUF(tx));
TRACEVAR(emit_result); TRACEVAR(emit_result);
// RH TODO:
// on callback pay out each of the filled gov seat
accept(0,0,0); accept(0,0,0);
} }