Skip to content

Commit bb91ae0

Browse files
authored
Merge pull request #63 from davidm-proyectos/Refresco_de_blockchains
Hacemos público el método estático LoadBlockchainsFromDisk().
2 parents 7da4820 + 9746e0b commit bb91ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetCore/Src/Blockchain/Blockchain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public Blockchain(string sellerID) : base(sellerID)
108108
/// <summary>
109109
/// Carga todas las cadenas de bloques.
110110
/// </summary>
111-
private static void LoadBlockchainsFromDisk()
111+
public static void LoadBlockchainsFromDisk()
112112
{
113113

114114
if (string.IsNullOrEmpty(Settings.Current.BlockchainPath) || !Directory.Exists(Settings.Current.BlockchainPath))

0 commit comments

Comments
 (0)