Skip to content

Commit

Permalink
modify notification to match update in anchor. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousGiga authored Aug 16, 2022
1 parent 831d3dc commit ebf80f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appchain/src/mainchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ struct ResponseResult {
pub struct AppchainNotificationHistory<AccountId> {
#[serde(bound(deserialize = "AccountId: Decode"))]
appchain_notification: AppchainNotification<AccountId>,
block_height: u64,
timestamp: u64,
#[serde(deserialize_with = "deserialize_from_str")]
index: u32,
}
Expand Down

0 comments on commit ebf80f0

Please sign in to comment.