Remove unnecessary async and fix latest substrate changes (#645)

This commit is contained in:
James Wilson
2022-09-05 17:40:00 +01:00
committed by GitHub
parent 599107b432
commit 06287fc119
4 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ async fn unsigned_extrinsic_is_same_shape_as_polkadotjs() {
12345,
);
let actual_tx = api.tx().create_unsigned(&tx).await.unwrap();
let actual_tx = api.tx().create_unsigned(&tx).unwrap();
let actual_tx_bytes = actual_tx.encoded();