Route the SubstrateBlock message, which is the last Tributary transaction type

This commit is contained in:
Luke Parker
2023-04-20 15:37:22 -04:00
parent a404944b90
commit 09c3c9cc9e
5 changed files with 41 additions and 11 deletions

View File

@@ -197,6 +197,7 @@ async fn handle_batch_and_burns<Pro: Processor>(
serai_time: block.time().unwrap(),
coin_latest_finalized_block,
},
block: block.number(),
key: serai
.get_keys(ValidatorSet { network, session: Session(0) }) // TODO2
.await?