Skip to content

Commit

Permalink
Merge pull request #56 from AIBlockOfficial/b_num_tx
Browse files Browse the repository at this point in the history
Fixing third entry in blockchain_entry; Final mainnet config for mining
  • Loading branch information
BHouwens authored Apr 25, 2024
2 parents 1c5898f + a942e7f commit 8c62aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ pub fn get_json_reply_items_from_db(
construct_json_meta(item.item_meta),
)
})
.unwrap_or_else(|| (b"".to_vec(), b"\"\"".to_vec(), b"".to_vec()))
.unwrap_or_else(|| (b"".to_vec(), b"\"\"".to_vec(), b"\"\"".to_vec()))
})
.collect();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ address = "52.40.82.170:8080"
address = "52.27.248.13:12340"

[[user_nodes]]
address = "35.155.18.122:12342"
address = "127.0.0.1:12342"

0 comments on commit 8c62aef

Please sign in to comment.