Skip to content

Commit

Permalink
Merge branch 'master' into change_consensus_timespan_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao-Jin authored May 12, 2020
2 parents 3b2b4ef + b5d9dff commit 5413b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/Enumerators/IEnumerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Neo.SmartContract.Enumerators
{
internal interface IEnumerator : IDisposable
public interface IEnumerator : IDisposable
{
bool Next();
StackItem Value();
Expand Down
2 changes: 1 addition & 1 deletion src/neo/SmartContract/Iterators/IIterator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Neo.SmartContract.Iterators
{
internal interface IIterator : IEnumerator
public interface IIterator : IEnumerator
{
PrimitiveType Key();
}
Expand Down

0 comments on commit 5413b7b

Please sign in to comment.