diff --git a/geyser-plugin-manager/src/accounts_update_notifier.rs b/geyser-plugin-manager/src/accounts_update_notifier.rs index 90ab0b7998a35c..910d3f7b53f66f 100644 --- a/geyser-plugin-manager/src/accounts_update_notifier.rs +++ b/geyser-plugin-manager/src/accounts_update_notifier.rs @@ -134,7 +134,7 @@ impl AccountsUpdateNotifierImpl { executable: stored_account_meta.executable(), rent_epoch: stored_account_meta.rent_epoch(), data: stored_account_meta.data(), - write_version: stored_account_meta.write_version(), + write_version: 0, txn: None, }) }