Skip to content

Commit

Permalink
Fix TokenSchemeDto (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Mar 31, 2022
1 parent 762a7eb commit 4686166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bee-message/src/output/token_scheme/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub mod dto {
use crate::error::dto::DtoError;

#[derive(Clone, Debug, Serialize, Deserialize)]
#[serde(untagged)]
pub enum TokenSchemeDto {
/// A simple token scheme.
Simple(SimpleTokenSchemeDto),
Expand Down

0 comments on commit 4686166

Please sign in to comment.