Commit 8d45834
committed
fix(wasm-sdk): only unwrap StateTransitionResult for broadcast_and_wait
wait_for_response returns T directly, not StateTransitionResult<T>,
so into_inner() is not needed there.1 parent c5f4aff commit 8d45834
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments