Skip to content

Commit

Permalink
Use ToNetworkString() instead of ToString() for network conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
borre-haechi committed Oct 7, 2024
1 parent 10bdfb2 commit e2d4199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SwitchNetworkRequest

public SwitchNetworkRequest(BlockchainNetwork network)
{
this.Network = network.ToString();
this.Network = network.ToNetworkString();
}
}
}

0 comments on commit e2d4199

Please sign in to comment.