Skip to content

Commit

Permalink
fix: changed caller_connection_id to caller_address
Browse files Browse the repository at this point in the history
  • Loading branch information
Boegie19 committed Feb 23, 2025
1 parent ca37ff9 commit c076de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/api-server/api/src/websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ pub(crate) struct TransactionUpdate {
pub(crate) status: Status,
pub(crate) timestamp: Timestamp,
pub(crate) caller_identity: Identity,
pub(crate) caller_connection_id: ConnectionId,
pub(crate) caller_address: Address,
pub(crate) reducer_call: ReducerCall,
pub(crate) energy_quanta_used: EnergyQuantaUsed,
pub(crate) host_execution_duration_micros: u64,
Expand Down

0 comments on commit c076de9

Please sign in to comment.