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

@@ -76,7 +76,7 @@ fn serialize_transaction() {
OsRng.fill_bytes(&mut ext_block);
test_read_write(Transaction::ExternalBlock(ext_block));
}
test_read_write(Transaction::SeraiBlock(OsRng.next_u64()));
test_read_write(Transaction::SubstrateBlock(OsRng.next_u64()));
test_read_write(Transaction::BatchPreprocess(random_sign_data(&mut OsRng)));
test_read_write(Transaction::BatchShare(random_sign_data(&mut OsRng)));