mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Clean the transaction definitions in the coordinator
Moves to borsh for serialization. No longer includes nonces anywhere in the TX.
This commit is contained in:
@@ -110,7 +110,7 @@ impl<T: TransactionTrait> Transaction<T> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn kind(&self) -> TransactionKind<'_> {
|
||||
pub fn kind(&self) -> TransactionKind {
|
||||
match self {
|
||||
Transaction::Tendermint(tx) => tx.kind(),
|
||||
Transaction::Application(tx) => tx.kind(),
|
||||
|
||||
Reference in New Issue
Block a user