Skip to content

Commit

Permalink
docs: TODO consider refactoring WaitForTransactionUntilHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Apr 30, 2019
1 parent ef86705 commit 03af1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aeternity/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ Main:
p := external.NewGetMicroBlockTransactionsByHashParams().WithHash(mbhs)
r, mErr := ae.External.GetMicroBlockTransactionsByHash(p)
if mErr != nil {
// TODO: err will still be nil outside this scope. Consider refactoring whole function.
err = mErr
break Main
}
Expand Down

0 comments on commit 03af1ab

Please sign in to comment.