Skip to content

Commit

Permalink
Merge of #3860
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 4, 2024
2 parents 0b7206f + 4093f0b commit 1f26589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed the masp indexer client not being able to fetch the notes index from the
`namada-masp-indexer`. ([\#3860](https://github.com/anoma/namada/pull/3860))
2 changes: 1 addition & 1 deletion crates/sdk/src/masp/utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ impl MaspClient for IndexerMaspClient {

#[derive(Deserialize)]
struct Note {
// masp_tx_index: u64,
note_position: usize,
#[serde(rename = "masp_tx_index")]
batch_index: u32,
block_index: u32,
block_height: u64,
Expand Down

0 comments on commit 1f26589

Please sign in to comment.