mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
Remove unnecessary async and fix latest substrate changes (#645)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user