Skip to content

Commit

Permalink
Light NetworkLayer fetches node tip
Browse files Browse the repository at this point in the history
  • Loading branch information
IOHK authored and Unisay committed Mar 15, 2022
1 parent 889e2f7 commit 2c99905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/shelley/src/Cardano/Wallet/Shelley/BlockchainSource.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-- Source of the blockchain data for the wallet
--
module Cardano.Wallet.Shelley.BlockchainSource
( BlockchainSource(..)
( BlockchainSource (..)
) where

import Cardano.Launcher.Node
Expand Down
2 changes: 1 addition & 1 deletion nix/materialized/hie-bios/.plan.nix/hie-bios.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
flags = {};
package = {
specVersion = "2.2";
identifier = { name = "hie-bios"; version = "0.9.0"; };
identifier = { name = "hie-bios"; version = "0.9.1"; };
license = "BSD-3-Clause";
copyright = "";
maintainer = "Matthew Pickering <matthewtpickering@gmail.com>";
Expand Down

0 comments on commit 2c99905

Please sign in to comment.