Skip to content

Commit 986475a

Browse files
committed
fix incorrect naming
1 parent 43d1d57 commit 986475a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickblue/src/Explorer/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data Network = Mainnet | Preview
1212

1313
data ExplorerConfig = ExplorerConfig
1414
{ explorerUri :: Uri
15-
, newtwork :: Network
15+
, network :: Network
1616
} deriving (Generic, Show)
1717

1818
instance FromDhall ExplorerConfig

0 commit comments

Comments
 (0)