Skip to content

Commit

Permalink
feat: allow a streamed proposal channel on top of existing one
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-starkware committed Dec 1, 2024
1 parent 20e45f0 commit 1d85fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/starknet_api/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl From<(Transaction, TransactionHash)> for crate::executable_transaction::Tra
),
_ => {
unimplemented!("Unsupported transaction type. Only Invoke is currently supported.")
}
},
}
}
}
Expand Down

0 comments on commit 1d85fcd

Please sign in to comment.