Skip to content

Commit

Permalink
[rosetta] Read the blockchain name from GraphQL as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sventimir committed Sep 13, 2023
1 parent 3f83611 commit 1a34833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/rosetta/lib/network.ml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module List_ = struct
| [ blockchain; network ] ->
return
{ Network_list_response.network_identifiers =
[ { Network_identifier.blockchain= "mina"
[ { Network_identifier.blockchain
; network
; sub_network_identifier= None } ] }
| _ ->
Expand Down

0 comments on commit 1a34833

Please sign in to comment.