Skip to content

Commit

Permalink
update struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky.li committed Feb 4, 2024
1 parent be1ef3c commit 597196a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codecs/runtime-codec/src/tapp/fluencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ pub struct AirdropTaskInfo {
pub reward_text: String,
pub r#type: String,
pub balance: Option<Balance>,
pub description: String,
}
1 change: 1 addition & 0 deletions system-actors/src/tappstore/txns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ pub enum TappstoreTxn {
task_type: String,
reward_type: String,
reward_text: String,
description: String,
},
AirdropRemoveTask {
token_id: TokenId,
Expand Down

0 comments on commit 597196a

Please sign in to comment.