Skip to content

Commit

Permalink
Disable TrxVarient on get block response for now
Browse files Browse the repository at this point in the history
  • Loading branch information
guilledk committed Aug 1, 2024
1 parent b8e104e commit 57fbdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/antelope/src/api/v1/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ pub struct HeaderExtension {

#[derive(Debug, Clone, Default, PartialEq, Serialize, Deserialize)]
pub struct GetBlockResponseTransactionReceipt {
pub trx: TrxVariant, //TODO: Implement TxVarient
pub trx: String, //TODO: Implement TxVarient
}

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

0 comments on commit 57fbdb7

Please sign in to comment.