Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/txn.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ message TxnContext {
// Up to 300 (actually 301) most recent blockhashes (ordered from oldest to newest)
repeated bytes blockhash_queue = 3;

EpochContext epoch_ctx = 4;
SlotContext slot_ctx = 5;
EpochContext epoch_context = 4;
SlotContext slot_context = 5;
}

// The resulting state of an account after a transaction
Expand Down