Skip to content

Commit 95e25c0

Browse files
committed
x
1 parent c625332 commit 95e25c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/api.go

-1
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,6 @@ func (api *Server) getProtocolAccount(ctx context.Context, height uint64, addr s
17021702
}
17031703
balance = acc.GetBalance()
17041704
}
1705-
log.S().Info("//////////////out:", out.BlockIdentifier.Height)
17061705
header, err := api.bc.BlockHeaderByHeight(height)
17071706
if err != nil {
17081707
return nil, status.Error(codes.NotFound, err.Error())

0 commit comments

Comments
 (0)