Skip to content

Commit ebf80f0

Browse files
modify notification to match update in anchor. (#64)
1 parent 831d3dc commit ebf80f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appchain/src/mainchain.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ struct ResponseResult {
1919
pub struct AppchainNotificationHistory<AccountId> {
2020
#[serde(bound(deserialize = "AccountId: Decode"))]
2121
appchain_notification: AppchainNotification<AccountId>,
22-
block_height: u64,
23-
timestamp: u64,
2422
#[serde(deserialize_with = "deserialize_from_str")]
2523
index: u32,
2624
}

0 commit comments

Comments
 (0)