Skip to content

Commit

Permalink
public pubdata
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed May 6, 2024
1 parent fc31aa8 commit 3da33b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/callframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ pub struct Callframe {
pub gas: u32,
pub stipend: u32,

pub total_pubdata_spent: i32,

near_calls: Vec<NearCallFrame>,

pub(crate) program: Program,
Expand All @@ -36,8 +38,6 @@ pub struct Callframe {
pub(crate) heaps_i_am_keeping_alive: Vec<u32>,

pub(crate) world_before_this_frame: Snapshot,

pub(crate) total_pubdata_spent: i32,
}

#[derive(Clone, PartialEq, Debug)]
Expand Down

0 comments on commit 3da33b6

Please sign in to comment.