We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37de05 commit e370604Copy full SHA for e370604
bridges/centralized-ethereum/src/actors/eth_poller.rs
@@ -131,8 +131,6 @@ impl EthPoller {
131
process_posted_request(i.into(), &wrb_contract).await
132
{
133
dr_database_addr.do_send(set_dr_info_bridge);
134
- } else {
135
- break;
136
}
137
138
WitnetQueryStatus::Reported => {
@@ -141,8 +139,6 @@ impl EthPoller {
141
139
142
140
143
144
145
146
147
148
WitnetQueryStatus::Deleted => {
0 commit comments