Poll sub_chain_id:1 blocks after call_create.

This commit is contained in:
John Preston
2025-04-10 14:53:43 +04:00
parent c6b2967da0
commit eb8372eb91
2 changed files with 1 additions and 1 deletions

View File

@@ -251,6 +251,7 @@ void Call::apply(int subchain, const Block &last) {
return;
}
setId({ uint64(id.value()) });
shortPoll(1);
for (auto i = 0; i != kSubChainsCount; ++i) {
auto &entry = _subchains[i];