mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Test manually implemented serializations in the Router lib
This commit is contained in:
@@ -207,7 +207,7 @@ impl From<&[(SeraiAddress, U256)]> for OutInstructions {
|
||||
/// An action which was executed by the Router.
|
||||
#[derive(Clone, PartialEq, Eq, Debug)]
|
||||
pub enum Executed {
|
||||
/// Set a new key.
|
||||
/// New key was set.
|
||||
SetKey {
|
||||
/// The nonce this was done with.
|
||||
nonce: u64,
|
||||
|
||||
Reference in New Issue
Block a user