Skip to content

Commit

Permalink
fix a compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Zhang committed Oct 20, 2016
1 parent ca7a211 commit cbd5d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AntSharesCore/Wallets/Wallet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public abstract class Wallet : IDisposable

protected string DbPath => path;
protected object SyncRoot { get; } = new object();
protected uint WalletHeight => current_height;
public uint WalletHeight => current_height;
protected abstract Version Version { get; }

private Wallet(string path, byte[] passwordKey, bool create)
Expand Down

0 comments on commit cbd5d4a

Please sign in to comment.